Html Css Color HEX #32833F Japanese Laurel

📋 copy color: '#32833F'

red 50 ◦ green 131 ◦ blue 63

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

Shades of Japanese Laurel #32833F

Tints of Japanese Laurel #32833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.69%

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

R = 20.49%
G = 53.69%
B = 25.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#32833F (or 0x32833F) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3F. RGB value is (50,131,63). Sum of RGB (Red+Green+Blue) = 50+131+63=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #32833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833F is #CD7CC0. Grayscale: #636363. Windows color (decimal): -13466817 or 4162354. OLE color: 4162354.

HSL color Cylindrical-coordinate representation of color #32833F: hue angle of 129.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32833F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 63 -
CMYK 0.62 0 0.52 0.49
HSL 129.63º 0.45% 0.35% -
HSV(B) 129.63º 0.62% 0.51% -
XYZ 10.33 17.27 7.49 -
YUV 99.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 50 131 63 0.62 0 0.52 0.49 129.63 0.45 0.35
Hex 32 83 3F 3E 0 34 31 82 2D 23
Octal 62 203 77 76 0 64 61 202 55 43
Binary 110010 10000011 111111 111110 0 110100 110001 10000010 101101 100011

Color Harmonies of #32833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32833F

Black with #32833F

Text Example


Text Example

White with #32833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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