Html Css Color HEX #36813E Japanese Laurel

📋 copy color: '#36813E'

red 54 ◦ green 129 ◦ blue 62

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

Shades of Japanese Laurel #36813E

Tints of Japanese Laurel #36813E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

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

R = 22.04%
G = 52.65%
B = 25.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#36813E (or 0x36813E) is known color: Japanese Laurel. HEX triplet: 36, 81 and 3E. RGB value is (54,129,62). Sum of RGB (Red+Green+Blue) = 54+129+62=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #36813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813E is #C97EC1. Grayscale: #636363. Windows color (decimal): -13205186 or 4096310. OLE color: 4096310.

HSL color Cylindrical-coordinate representation of color #36813E: hue angle of 126.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36813E is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 62 -
CMYK 0.58 0 0.52 0.49
HSL 126.4º 0.41% 0.36% -
HSV(B) 126.4º 0.58% 0.51% -
XYZ 10.24 16.83 7.27 -
YUV 98.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 54 129 62 0.58 0 0.52 0.49 126.4 0.41 0.36
Hex 36 81 3E 3A 0 34 31 7E 29 24
Octal 66 201 76 72 0 64 61 176 51 44
Binary 110110 10000001 111110 111010 0 110100 110001 1111110 101001 100100

Color Harmonies of #36813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36813E

Black with #36813E

Text Example


Text Example

White with #36813E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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