Html Css Color HEX #39713C Japanese Laurel

📋 copy color: '#39713C'

red 57 ◦ green 113 ◦ blue 60

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

Shades of Japanese Laurel #39713C

Tints of Japanese Laurel #39713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 24.78%
G = 49.13%
B = 26.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#39713C (or 0x39713C) is known color: Japanese Laurel. HEX triplet: 39, 71 and 3C. RGB value is (57,113,60). Sum of RGB (Red+Green+Blue) = 57+113+60=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #39713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39713C is #C68EC3. Grayscale: #5A5A5A. Windows color (decimal): -13012676 or 3961145. OLE color: 3961145.

HSL color Cylindrical-coordinate representation of color #39713C: hue angle of 123.21º 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 #39713C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 60 -
CMYK 0.50 0 0.47 0.56
HSL 123.21º 0.33% 0.33% -
HSV(B) 123.21º 0.5% 0.44% -
XYZ 8.41 13.01 6.34 -
YUV 90.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 57 113 60 0.50 0 0.47 0.56 123.21 0.33 0.33
Hex 39 71 3C 32 0 2F 38 7B 21 21
Octal 71 161 74 62 0 57 70 173 41 41
Binary 111001 1110001 111100 110010 0 101111 111000 1111011 100001 100001

Color Harmonies of #39713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39713C

Black with #39713C

Text Example


Text Example

White with #39713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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