Html Css Color HEX #32853C Japanese Laurel

📋 copy color: '#32853C'

red 50 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #32853C

Tints of Japanese Laurel #32853C

RGB

 RED value IS 50 (19.92% from 255) = 20.58%

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

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

R = 20.58%
G = 54.73%
B = 24.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#32853C (or 0x32853C) is known color: Japanese Laurel. HEX triplet: 32, 85 and 3C. RGB value is (50,133,60). Sum of RGB (Red+Green+Blue) = 50+133+60=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #32853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32853C is #CD7AC3. Grayscale: #646464. Windows color (decimal): -13466308 or 3966258. OLE color: 3966258.

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

Color convert

RGB 50 133 60 -
CMYK 0.62 0 0.55 0.48
HSL 127.23º 0.45% 0.36% -
HSV(B) 127.23º 0.62% 0.52% -
XYZ 10.52 17.78 7.15 -
YUV 99.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 50 133 60 0.62 0 0.55 0.48 127.23 0.45 0.36
Hex 32 85 3C 3E 0 37 30 7F 2D 24
Octal 62 205 74 76 0 67 60 177 55 44
Binary 110010 10000101 111100 111110 0 110111 110000 1111111 101101 100100

Color Harmonies of #32853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32853C

Black with #32853C

Text Example


Text Example

White with #32853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,133,60); }

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

background-color css

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

 a { background-color: rgb(50,133,60); }

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

border-color css

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

 span { border-color: rgb(50,133,60); }

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