Html Css Color HEX #36843C Japanese Laurel

📋 copy color: '#36843C'

red 54 ◦ green 132 ◦ blue 60

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

Shades of Japanese Laurel #36843C

Tints of Japanese Laurel #36843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.66%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 21.95%
G = 53.66%
B = 24.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#36843C (or 0x36843C) is known color: Japanese Laurel. HEX triplet: 36, 84 and 3C. RGB value is (54,132,60). Sum of RGB (Red+Green+Blue) = 54+132+60=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #36843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36843C is #C97BC3. Grayscale: #646464. Windows color (decimal): -13204420 or 3966006. OLE color: 3966006.

HSL color Cylindrical-coordinate representation of color #36843C: hue angle of 124.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36843C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 60 -
CMYK 0.59 0 0.55 0.48
HSL 124.62º 0.42% 0.36% -
HSV(B) 124.62º 0.59% 0.52% -
XYZ 10.59 17.61 7.12 -
YUV 100.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 54 132 60 0.59 0 0.55 0.48 124.62 0.42 0.36
Hex 36 84 3C 3B 0 37 30 7D 2A 24
Octal 66 204 74 73 0 67 60 175 52 44
Binary 110110 10000100 111100 111011 0 110111 110000 1111101 101010 100100

Color Harmonies of #36843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36843C

Black with #36843C

Text Example


Text Example

White with #36843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36843C; }

 p { color: rgb(54,132,60); }

 H1.HeaderClassName
 {
   color: #36843C;
 }
 .AnyTagClassName
 {
   color: #36843C;
 }
</style>

background-color css

<style>
 a { background-color: #36843C; }

 a { background-color: rgb(54,132,60); }

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

border-color css

<style>
 span { border-color: #36843C; }

 span { border-color: rgb(54,132,60); }

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