Html Css Color HEX #39703E Japanese Laurel

📋 copy color: '#39703E'

red 57 ◦ green 112 ◦ blue 62

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

Shades of Japanese Laurel #39703E

Tints of Japanese Laurel #39703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 24.68%
G = 48.48%
B = 26.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#39703E (or 0x39703E) is known color: Japanese Laurel. HEX triplet: 39, 70 and 3E. RGB value is (57,112,62). Sum of RGB (Red+Green+Blue) = 57+112+62=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #39703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39703E is #C68FC1. Grayscale: #5A5A5A. Windows color (decimal): -13012930 or 4091961. OLE color: 4091961.

HSL color Cylindrical-coordinate representation of color #39703E: hue angle of 125.45º 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 #39703E is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 62 -
CMYK 0.49 0 0.45 0.56
HSL 125.45º 0.33% 0.33% -
HSV(B) 125.45º 0.49% 0.44% -
XYZ 8.35 12.81 6.59 -
YUV 89.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 57 112 62 0.49 0 0.45 0.56 125.45 0.33 0.33
Hex 39 70 3E 31 0 2D 38 7D 21 21
Octal 71 160 76 61 0 55 70 175 41 41
Binary 111001 1110000 111110 110001 0 101101 111000 1111101 100001 100001

Color Harmonies of #39703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39703E

Black with #39703E

Text Example


Text Example

White with #39703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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