Html Css Color HEX #36703E Japanese Laurel

📋 copy color: '#36703E'

red 54 ◦ green 112 ◦ blue 62

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

Shades of Japanese Laurel #36703E

Tints of Japanese Laurel #36703E

RGB

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

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

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

R = 23.68%
G = 49.12%
B = 27.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#36703E (or 0x36703E) is known color: Japanese Laurel. HEX triplet: 36, 70 and 3E. RGB value is (54,112,62). Sum of RGB (Red+Green+Blue) = 54+112+62=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #36703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36703E is #C98FC1. Grayscale: #595959. Windows color (decimal): -13209538 or 4091958. OLE color: 4091958.

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

Color convert

RGB 54 112 62 -
CMYK 0.52 0 0.45 0.56
HSL 128.28º 0.35% 0.33% -
HSV(B) 128.28º 0.52% 0.44% -
XYZ 8.18 12.72 6.58 -
YUV 88.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 54 112 62 0.52 0 0.45 0.56 128.28 0.35 0.33
Hex 36 70 3E 34 0 2D 38 80 23 21
Octal 66 160 76 64 0 55 70 200 43 41
Binary 110110 1110000 111110 110100 0 101101 111000 10000000 100011 100001

Color Harmonies of #36703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36703E

Black with #36703E

Text Example


Text Example

White with #36703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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