Html Css Color HEX #36703C Japanese Laurel

📋 copy color: '#36703C'

red 54 ◦ green 112 ◦ blue 60

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

Shades of Japanese Laurel #36703C

Tints of Japanese Laurel #36703C

RGB

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

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

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

R = 23.89%
G = 49.56%
B = 26.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#36703C (or 0x36703C) is known color: Japanese Laurel. HEX triplet: 36, 70 and 3C. RGB value is (54,112,60). Sum of RGB (Red+Green+Blue) = 54+112+60=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #36703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36703C is #C98FC3. Grayscale: #585858. Windows color (decimal): -13209540 or 3960886. OLE color: 3960886.

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

Color convert

RGB 54 112 60 -
CMYK 0.52 0 0.46 0.56
HSL 126.21º 0.35% 0.33% -
HSV(B) 126.21º 0.52% 0.44% -
XYZ 8.13 12.7 6.3 -
YUV 88.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 54 112 60 0.52 0 0.46 0.56 126.21 0.35 0.33
Hex 36 70 3C 34 0 2E 38 7E 23 21
Octal 66 160 74 64 0 56 70 176 43 41
Binary 110110 1110000 111100 110100 0 101110 111000 1111110 100011 100001

Color Harmonies of #36703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36703C

Black with #36703C

Text Example


Text Example

White with #36703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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