Html Css Color HEX #39763F Japanese Laurel

📋 copy color: '#39763F'

red 57 ◦ green 118 ◦ blue 63

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

Shades of Japanese Laurel #39763F

Tints of Japanese Laurel #39763F

RGB

 RED value IS 57 (22.66% from 255) = 23.95%

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

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

R = 23.95%
G = 49.58%
B = 26.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#39763F (or 0x39763F) is known color: Japanese Laurel. HEX triplet: 39, 76 and 3F. RGB value is (57,118,63). Sum of RGB (Red+Green+Blue) = 57+118+63=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #39763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39763F is #C689C0. Grayscale: #5D5D5D. Windows color (decimal): -13011393 or 4159033. OLE color: 4159033.

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

Color convert

RGB 57 118 63 -
CMYK 0.52 0 0.47 0.54
HSL 125.9º 0.35% 0.34% -
HSV(B) 125.9º 0.52% 0.46% -
XYZ 9.06 14.19 6.96 -
YUV 93.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 57 118 63 0.52 0 0.47 0.54 125.9 0.35 0.34
Hex 39 76 3F 34 0 2F 36 7E 23 22
Octal 71 166 77 64 0 57 66 176 43 42
Binary 111001 1110110 111111 110100 0 101111 110110 1111110 100011 100010

Color Harmonies of #39763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39763F

Black with #39763F

Text Example


Text Example

White with #39763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39763F; }

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

 H1.HeaderClassName
 {
   color: #39763F;
 }
 .AnyTagClassName
 {
   color: #39763F;
 }
</style>

background-color css

<style>
 a { background-color: #39763F; }

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

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

border-color css

<style>
 span { border-color: #39763F; }

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

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