Html Css Color HEX #36803E Japanese Laurel

📋 copy color: '#36803E'

red 54 ◦ green 128 ◦ blue 62

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

Shades of Japanese Laurel #36803E

Tints of Japanese Laurel #36803E

RGB

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

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

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

R = 22.13%
G = 52.46%
B = 25.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#36803E (or 0x36803E) is known color: Japanese Laurel. HEX triplet: 36, 80 and 3E. RGB value is (54,128,62). Sum of RGB (Red+Green+Blue) = 54+128+62=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #36803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803E is #C97FC1. Grayscale: #626262. Windows color (decimal): -13205442 or 4096054. OLE color: 4096054.

HSL color Cylindrical-coordinate representation of color #36803E: hue angle of 126.49º 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 #36803E is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 62 -
CMYK 0.58 0 0.52 0.50
HSL 126.49º 0.41% 0.36% -
HSV(B) 126.49º 0.58% 0.5% -
XYZ 10.11 16.57 7.22 -
YUV 98.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 54 128 62 0.58 0 0.52 0.50 126.49 0.41 0.36
Hex 36 80 3E 3A 0 34 32 7E 29 24
Octal 66 200 76 72 0 64 62 176 51 44
Binary 110110 10000000 111110 111010 0 110100 110010 1111110 101001 100100

Color Harmonies of #36803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36803E

Black with #36803E

Text Example


Text Example

White with #36803E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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