Html Css Color HEX #32842B Japanese Laurel

📋 copy color: '#32842B'

red 50 ◦ green 132 ◦ blue 43

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

Shades of Japanese Laurel #32842B

Tints of Japanese Laurel #32842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 22.22%
G = 58.67%
B = 19.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#32842B (or 0x32842B) is known color: Japanese Laurel. HEX triplet: 32, 84 and 2B. RGB value is (50,132,43). Sum of RGB (Red+Green+Blue) = 50+132+43=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #32842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32842B is #CD7BD4. Grayscale: #616161. Windows color (decimal): -13466581 or 2851890. OLE color: 2851890.

HSL color Cylindrical-coordinate representation of color #32842B: hue angle of 115.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32842B is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 43 -
CMYK 0.62 0 0.67 0.48
HSL 115.28º 0.51% 0.34% -
HSV(B) 115.28º 0.67% 0.52% -
XYZ 10 17.36 5.11 -
YUV 97.34 97.33 94.24 -
System Red Green Blue C M Y K H S L
Decimal 50 132 43 0.62 0 0.67 0.48 115.28 0.51 0.34
Hex 32 84 2B 3E 0 43 30 73 33 22
Octal 62 204 53 76 0 103 60 163 63 42
Binary 110010 10000100 101011 111110 0 1000011 110000 1110011 110011 100010

Color Harmonies of #32842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32842B

Black with #32842B

Text Example


Text Example

White with #32842B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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