Html Css Color HEX #3F763F Japanese Laurel

📋 copy color: '#3F763F'

red 63 ◦ green 118 ◦ blue 63

#3F763F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #3F763F

Tints of Japanese Laurel #3F763F

RGB

 RED value IS 63 (25% from 255) = 25.82%

 GREEN value IS 118 (46.48% from 255) = 48.36%

 BLUE value IS 63 (25% from 255) = 25.82%

R = 25.82%
G = 48.36%
B = 25.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3F763F (or 0x3F763F) is known color: Japanese Laurel. HEX triplet: 3F, 76 and 3F. RGB value is (63,118,63). Sum of RGB (Red+Green+Blue) = 63+118+63=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #3F763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F763F is #C089C0. Grayscale: #5F5F5F. Windows color (decimal): -12618177 or 4159039. OLE color: 4159039.

HSL color Cylindrical-coordinate representation of color #3F763F: hue angle of 120º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F763F is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 118 63 -
CMYK 0.47 0 0.47 0.54
HSL 120º 0.3% 0.35% -
HSV(B) 120º 0.47% 0.46% -
XYZ 9.43 14.37 6.98 -
YUV 95.29 109.78 104.97 -
System Red Green Blue C M Y K H S L
Decimal 63 118 63 0.47 0 0.47 0.54 120 0.3 0.35
Hex 3F 76 3F 2F 0 2F 36 78 1E 23
Octal 77 166 77 57 0 57 66 170 36 43
Binary 111111 1110110 111111 101111 0 101111 110110 1111000 11110 100011

Color Harmonies of #3F763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F763F

Black with #3F763F

Text Example


Text Example

White with #3F763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F763F; }

 p { color: rgb(63,118,63); }

 H1.HeaderClassName
 {
   color: #3F763F;
 }
 .AnyTagClassName
 {
   color: #3F763F;
 }
</style>

background-color css

<style>
 a { background-color: #3F763F; }

 a { background-color: rgb(63,118,63); }

 div.DivClassName
 {
   background-color: #3F763F;
 }
 .BgClassName
 {
   background-color: #3F763F;
 }
</style>

border-color css

<style>
 span { border-color: #3F763F; }

 span { border-color: rgb(63,118,63); }

 td.TdClassName
 {
   border-color: #3F763F;
 }
 .TagClassName
 {
   border-color: #3F763F;
 }
</style>