Html Css Color HEX #36813C Japanese Laurel

📋 copy color: '#36813C'

red 54 ◦ green 129 ◦ blue 60

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

Shades of Japanese Laurel #36813C

Tints of Japanese Laurel #36813C

RGB

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

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

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

R = 22.22%
G = 53.09%
B = 24.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#36813C (or 0x36813C) is known color: Japanese Laurel. HEX triplet: 36, 81 and 3C. RGB value is (54,129,60). Sum of RGB (Red+Green+Blue) = 54+129+60=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #36813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813C is #C97EC3. Grayscale: #626262. Windows color (decimal): -13205188 or 3965238. OLE color: 3965238.

HSL color Cylindrical-coordinate representation of color #36813C: hue angle of 124.8º 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 #36813C is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 129 60 -
CMYK 0.58 0 0.53 0.49
HSL 124.8º 0.41% 0.36% -
HSV(B) 124.8º 0.58% 0.51% -
XYZ 10.19 16.81 6.98 -
YUV 98.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 54 129 60 0.58 0 0.53 0.49 124.8 0.41 0.36
Hex 36 81 3C 3A 0 35 31 7D 29 24
Octal 66 201 74 72 0 65 61 175 51 44
Binary 110110 10000001 111100 111010 0 110101 110001 1111101 101001 100100

Color Harmonies of #36813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36813C

Black with #36813C

Text Example


Text Example

White with #36813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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