Html Css Color HEX #36713E Japanese Laurel

📋 copy color: '#36713E'

red 54 ◦ green 113 ◦ blue 62

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

Shades of Japanese Laurel #36713E

Tints of Japanese Laurel #36713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

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

R = 23.58%
G = 49.34%
B = 27.07%

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

#36713E (or 0x36713E) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3E. RGB value is (54,113,62). Sum of RGB (Red+Green+Blue) = 54+113+62=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #36713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713E is #C98EC1. Grayscale: #595959. Windows color (decimal): -13209282 or 4092214. OLE color: 4092214.

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

Color convert

RGB 54 113 62 -
CMYK 0.52 0 0.45 0.56
HSL 128.14º 0.35% 0.33% -
HSV(B) 128.14º 0.52% 0.44% -
XYZ 8.3 12.94 6.62 -
YUV 89.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 54 113 62 0.52 0 0.45 0.56 128.14 0.35 0.33
Hex 36 71 3E 34 0 2D 38 80 23 21
Octal 66 161 76 64 0 55 70 200 43 41
Binary 110110 1110001 111110 110100 0 101101 111000 10000000 100011 100001

Color Harmonies of #36713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36713E

Black with #36713E

Text Example


Text Example

White with #36713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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