Html Css Color HEX #3F763B Japanese Laurel

📋 copy color: '#3F763B'

red 63 ◦ green 118 ◦ blue 59

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

Shades of Japanese Laurel #3F763B

Tints of Japanese Laurel #3F763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 26.25%
G = 49.17%
B = 24.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#3F763B (or 0x3F763B) is known color: Japanese Laurel. HEX triplet: 3F, 76 and 3B. RGB value is (63,118,59). Sum of RGB (Red+Green+Blue) = 63+118+59=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #3F763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F763B is #C089C4. Grayscale: #5F5F5F. Windows color (decimal): -12618181 or 3896895. OLE color: 3896895.

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

Color convert

RGB 63 118 59 -
CMYK 0.47 0 0.50 0.54
HSL 115.93º 0.33% 0.35% -
HSV(B) 115.93º 0.5% 0.46% -
XYZ 9.32 14.33 6.41 -
YUV 94.83 107.78 105.3 -
System Red Green Blue C M Y K H S L
Decimal 63 118 59 0.47 0 0.50 0.54 115.93 0.33 0.35
Hex 3F 76 3B 2F 0 32 36 74 21 23
Octal 77 166 73 57 0 62 66 164 41 43
Binary 111111 1110110 111011 101111 0 110010 110110 1110100 100001 100011

Color Harmonies of #3F763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F763B

Black with #3F763B

Text Example


Text Example

White with #3F763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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