Html Css Color HEX #36813F Japanese Laurel

📋 copy color: '#36813F'

red 54 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #36813F

Tints of Japanese Laurel #36813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.61%

R = 21.95%
G = 52.44%
B = 25.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#36813F (or 0x36813F) is known color: Japanese Laurel. HEX triplet: 36, 81 and 3F. RGB value is (54,129,63). Sum of RGB (Red+Green+Blue) = 54+129+63=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #36813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36813F is #C97EC0. Grayscale: #636363. Windows color (decimal): -13205185 or 4161846. OLE color: 4161846.

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

Color convert

RGB 54 129 63 -
CMYK 0.58 0 0.51 0.49
HSL 127.2º 0.41% 0.36% -
HSV(B) 127.2º 0.58% 0.51% -
XYZ 10.27 16.84 7.41 -
YUV 99.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 54 129 63 0.58 0 0.51 0.49 127.2 0.41 0.36
Hex 36 81 3F 3A 0 33 31 7F 29 24
Octal 66 201 77 72 0 63 61 177 51 44
Binary 110110 10000001 111111 111010 0 110011 110001 1111111 101001 100100

Color Harmonies of #36813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36813F

Black with #36813F

Text Example


Text Example

White with #36813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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