Html Css Color HEX #36713A Japanese Laurel

📋 copy color: '#36713A'

red 54 ◦ green 113 ◦ blue 58

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

Shades of Japanese Laurel #36713A

Tints of Japanese Laurel #36713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 24%
G = 50.22%
B = 25.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#36713A (or 0x36713A) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3A. RGB value is (54,113,58). Sum of RGB (Red+Green+Blue) = 54+113+58=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #36713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713A is #C98EC5. Grayscale: #595959. Windows color (decimal): -13209286 or 3830070. OLE color: 3830070.

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

Color convert

RGB 54 113 58 -
CMYK 0.52 0 0.49 0.56
HSL 124.07º 0.35% 0.33% -
HSV(B) 124.07º 0.52% 0.44% -
XYZ 8.19 12.9 6.06 -
YUV 89.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 54 113 58 0.52 0 0.49 0.56 124.07 0.35 0.33
Hex 36 71 3A 34 0 31 38 7C 23 21
Octal 66 161 72 64 0 61 70 174 43 41
Binary 110110 1110001 111010 110100 0 110001 111000 1111100 100011 100001

Color Harmonies of #36713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36713A

Black with #36713A

Text Example


Text Example

White with #36713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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