Html Css Color HEX #36803F Japanese Laurel

📋 copy color: '#36803F'

red 54 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #36803F

Tints of Japanese Laurel #36803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

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

R = 22.04%
G = 52.24%
B = 25.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#36803F (or 0x36803F) is known color: Japanese Laurel. HEX triplet: 36, 80 and 3F. RGB value is (54,128,63). Sum of RGB (Red+Green+Blue) = 54+128+63=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #36803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803F is #C97FC0. Grayscale: #626262. Windows color (decimal): -13205441 or 4161590. OLE color: 4161590.

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

Color convert

RGB 54 128 63 -
CMYK 0.58 0 0.51 0.50
HSL 127.3º 0.41% 0.36% -
HSV(B) 127.3º 0.58% 0.5% -
XYZ 10.14 16.58 7.37 -
YUV 98.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 54 128 63 0.58 0 0.51 0.50 127.3 0.41 0.36
Hex 36 80 3F 3A 0 33 32 7F 29 24
Octal 66 200 77 72 0 63 62 177 51 44
Binary 110110 10000000 111111 111010 0 110011 110010 1111111 101001 100100

Color Harmonies of #36803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36803F

Black with #36803F

Text Example


Text Example

White with #36803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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