Html Css Color HEX #36803B Japanese Laurel

📋 copy color: '#36803B'

red 54 ◦ green 128 ◦ blue 59

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

Shades of Japanese Laurel #36803B

Tints of Japanese Laurel #36803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 22.41%
G = 53.11%
B = 24.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#36803B (or 0x36803B) is known color: Japanese Laurel. HEX triplet: 36, 80 and 3B. RGB value is (54,128,59). Sum of RGB (Red+Green+Blue) = 54+128+59=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #36803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803B is #C97FC4. Grayscale: #626262. Windows color (decimal): -13205445 or 3899446. OLE color: 3899446.

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

Color convert

RGB 54 128 59 -
CMYK 0.58 0 0.54 0.50
HSL 124.05º 0.41% 0.36% -
HSV(B) 124.05º 0.58% 0.5% -
XYZ 10.03 16.54 6.8 -
YUV 98.01 105.98 96.61 -
System Red Green Blue C M Y K H S L
Decimal 54 128 59 0.58 0 0.54 0.50 124.05 0.41 0.36
Hex 36 80 3B 3A 0 36 32 7C 29 24
Octal 66 200 73 72 0 66 62 174 51 44
Binary 110110 10000000 111011 111010 0 110110 110010 1111100 101001 100100

Color Harmonies of #36803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36803B

Black with #36803B

Text Example


Text Example

White with #36803B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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