Html Css Color HEX #36703B Japanese Laurel

📋 copy color: '#36703B'

red 54 ◦ green 112 ◦ blue 59

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

Shades of Japanese Laurel #36703B

Tints of Japanese Laurel #36703B

RGB

 RED value IS 54 (21.48% from 255) = 24%

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

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

R = 24%
G = 49.78%
B = 26.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#36703B (or 0x36703B) is known color: Japanese Laurel. HEX triplet: 36, 70 and 3B. RGB value is (54,112,59). Sum of RGB (Red+Green+Blue) = 54+112+59=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #36703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36703B is #C98FC4. Grayscale: #585858. Windows color (decimal): -13209541 or 3895350. OLE color: 3895350.

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

Color convert

RGB 54 112 59 -
CMYK 0.52 0 0.47 0.56
HSL 125.17º 0.35% 0.33% -
HSV(B) 125.17º 0.52% 0.44% -
XYZ 8.1 12.69 6.16 -
YUV 88.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 54 112 59 0.52 0 0.47 0.56 125.17 0.35 0.33
Hex 36 70 3B 34 0 2F 38 7D 23 21
Octal 66 160 73 64 0 57 70 175 43 41
Binary 110110 1110000 111011 110100 0 101111 111000 1111101 100011 100001

Color Harmonies of #36703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36703B

Black with #36703B

Text Example


Text Example

White with #36703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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