Html Css Color HEX #39703B Japanese Laurel

📋 copy color: '#39703B'

red 57 ◦ green 112 ◦ blue 59

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

Shades of Japanese Laurel #39703B

Tints of Japanese Laurel #39703B

RGB

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

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

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

R = 25%
G = 49.12%
B = 25.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#39703B (or 0x39703B) is known color: Japanese Laurel. HEX triplet: 39, 70 and 3B. RGB value is (57,112,59). Sum of RGB (Red+Green+Blue) = 57+112+59=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #39703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39703B is #C68FC4. Grayscale: #595959. Windows color (decimal): -13012933 or 3895353. OLE color: 3895353.

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

Color convert

RGB 57 112 59 -
CMYK 0.49 0 0.47 0.56
HSL 122.18º 0.33% 0.33% -
HSV(B) 122.18º 0.49% 0.44% -
XYZ 8.27 12.77 6.17 -
YUV 89.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 57 112 59 0.49 0 0.47 0.56 122.18 0.33 0.33
Hex 39 70 3B 31 0 2F 38 7A 21 21
Octal 71 160 73 61 0 57 70 172 41 41
Binary 111001 1110000 111011 110001 0 101111 111000 1111010 100001 100001

Color Harmonies of #39703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39703B

Black with #39703B

Text Example


Text Example

White with #39703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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