Html Css Color HEX #36813A Japanese Laurel

📋 copy color: '#36813A'

red 54 ◦ green 129 ◦ blue 58

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

Shades of Japanese Laurel #36813A

Tints of Japanese Laurel #36813A

RGB

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

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

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

R = 22.41%
G = 53.53%
B = 24.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#36813A (or 0x36813A) is known color: Japanese Laurel. HEX triplet: 36, 81 and 3A. RGB value is (54,129,58). Sum of RGB (Red+Green+Blue) = 54+129+58=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #36813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813A is #C97EC5. Grayscale: #626262. Windows color (decimal): -13205190 or 3834166. OLE color: 3834166.

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

Color convert

RGB 54 129 58 -
CMYK 0.58 0 0.55 0.49
HSL 123.2º 0.41% 0.36% -
HSV(B) 123.2º 0.58% 0.51% -
XYZ 10.14 16.79 6.71 -
YUV 98.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 54 129 58 0.58 0 0.55 0.49 123.2 0.41 0.36
Hex 36 81 3A 3A 0 37 31 7B 29 24
Octal 66 201 72 72 0 67 61 173 51 44
Binary 110110 10000001 111010 111010 0 110111 110001 1111011 101001 100100

Color Harmonies of #36813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36813A

Black with #36813A

Text Example


Text Example

White with #36813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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