Html Css Color HEX #39713B Japanese Laurel

📋 copy color: '#39713B'

red 57 ◦ green 113 ◦ blue 59

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

Shades of Japanese Laurel #39713B

Tints of Japanese Laurel #39713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

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

R = 24.89%
G = 49.34%
B = 25.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#39713B (or 0x39713B) is known color: Japanese Laurel. HEX triplet: 39, 71 and 3B. RGB value is (57,113,59). Sum of RGB (Red+Green+Blue) = 57+113+59=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #39713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713B is #C68EC4. Grayscale: #5A5A5A. Windows color (decimal): -13012677 or 3895609. OLE color: 3895609.

HSL color Cylindrical-coordinate representation of color #39713B: hue angle of 122.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39713B is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 59 -
CMYK 0.50 0 0.48 0.56
HSL 122.14º 0.33% 0.33% -
HSV(B) 122.14º 0.5% 0.44% -
XYZ 8.38 13 6.2 -
YUV 90.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 57 113 59 0.50 0 0.48 0.56 122.14 0.33 0.33
Hex 39 71 3B 32 0 30 38 7A 21 21
Octal 71 161 73 62 0 60 70 172 41 41
Binary 111001 1110001 111011 110010 0 110000 111000 1111010 100001 100001

Color Harmonies of #39713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39713B

Black with #39713B

Text Example


Text Example

White with #39713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39713B; }

 p { color: rgb(57,113,59); }

 H1.HeaderClassName
 {
   color: #39713B;
 }
 .AnyTagClassName
 {
   color: #39713B;
 }
</style>

background-color css

<style>
 a { background-color: #39713B; }

 a { background-color: rgb(57,113,59); }

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

border-color css

<style>
 span { border-color: #39713B; }

 span { border-color: rgb(57,113,59); }

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