Html Css Color HEX #39703C Japanese Laurel

📋 copy color: '#39703C'

red 57 ◦ green 112 ◦ blue 60

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

Shades of Japanese Laurel #39703C

Tints of Japanese Laurel #39703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 24.89%
G = 48.91%
B = 26.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#39703C (or 0x39703C) is known color: Japanese Laurel. HEX triplet: 39, 70 and 3C. RGB value is (57,112,60). Sum of RGB (Red+Green+Blue) = 57+112+60=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #39703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39703C is #C68FC3. Grayscale: #595959. Windows color (decimal): -13012932 or 3960889. OLE color: 3960889.

HSL color Cylindrical-coordinate representation of color #39703C: hue angle of 123.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39703C is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 60 -
CMYK 0.49 0 0.46 0.56
HSL 123.27º 0.33% 0.33% -
HSV(B) 123.27º 0.49% 0.44% -
XYZ 8.3 12.78 6.31 -
YUV 89.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 57 112 60 0.49 0 0.46 0.56 123.27 0.33 0.33
Hex 39 70 3C 31 0 2E 38 7B 21 21
Octal 71 160 74 61 0 56 70 173 41 41
Binary 111001 1110000 111100 110001 0 101110 111000 1111011 100001 100001

Color Harmonies of #39703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39703C

Black with #39703C

Text Example


Text Example

White with #39703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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