Html Css Color HEX #32843F Japanese Laurel

📋 copy color: '#32843F'

red 50 ◦ green 132 ◦ blue 63

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

Shades of Japanese Laurel #32843F

Tints of Japanese Laurel #32843F

RGB

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

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

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

R = 20.41%
G = 53.88%
B = 25.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#32843F (or 0x32843F) is known color: Japanese Laurel. HEX triplet: 32, 84 and 3F. RGB value is (50,132,63). Sum of RGB (Red+Green+Blue) = 50+132+63=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #32843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32843F is #CD7BC0. Grayscale: #636363. Windows color (decimal): -13466561 or 4162610. OLE color: 4162610.

HSL color Cylindrical-coordinate representation of color #32843F: hue angle of 129.51º 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 #32843F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 63 -
CMYK 0.62 0 0.52 0.48
HSL 129.51º 0.45% 0.36% -
HSV(B) 129.51º 0.62% 0.52% -
XYZ 10.46 17.54 7.54 -
YUV 99.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 50 132 63 0.62 0 0.52 0.48 129.51 0.45 0.36
Hex 32 84 3F 3E 0 34 30 82 2D 24
Octal 62 204 77 76 0 64 60 202 55 44
Binary 110010 10000100 111111 111110 0 110100 110000 10000010 101101 100100

Color Harmonies of #32843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32843F

Black with #32843F

Text Example


Text Example

White with #32843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,132,63); }

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

background-color css

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

 a { background-color: rgb(50,132,63); }

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

border-color css

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

 span { border-color: rgb(50,132,63); }

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