Html Css Color HEX #36853F Japanese Laurel

📋 copy color: '#36853F'

red 54 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #36853F

Tints of Japanese Laurel #36853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 21.6%
G = 53.2%
B = 25.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#36853F (or 0x36853F) is known color: Japanese Laurel. HEX triplet: 36, 85 and 3F. RGB value is (54,133,63). Sum of RGB (Red+Green+Blue) = 54+133+63=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #36853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36853F is #C97AC0. Grayscale: #656565. Windows color (decimal): -13204161 or 4162870. OLE color: 4162870.

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

Color convert

RGB 54 133 63 -
CMYK 0.59 0 0.53 0.48
HSL 126.84º 0.42% 0.37% -
HSV(B) 126.84º 0.59% 0.52% -
XYZ 10.81 17.92 7.59 -
YUV 101.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 54 133 63 0.59 0 0.53 0.48 126.84 0.42 0.37
Hex 36 85 3F 3B 0 35 30 7F 2A 25
Octal 66 205 77 73 0 65 60 177 52 45
Binary 110110 10000101 111111 111011 0 110101 110000 1111111 101010 100101

Color Harmonies of #36853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36853F

Black with #36853F

Text Example


Text Example

White with #36853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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