Html Css Color HEX #32833B Japanese Laurel

📋 copy color: '#32833B'

red 50 ◦ green 131 ◦ blue 59

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

Shades of Japanese Laurel #32833B

Tints of Japanese Laurel #32833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 20.83%
G = 54.58%
B = 24.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#32833B (or 0x32833B) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3B. RGB value is (50,131,59). Sum of RGB (Red+Green+Blue) = 50+131+59=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #32833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833B is #CD7CC4. Grayscale: #626262. Windows color (decimal): -13466821 or 3900210. OLE color: 3900210.

HSL color Cylindrical-coordinate representation of color #32833B: hue angle of 126.67º 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 #32833B is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 59 -
CMYK 0.62 0 0.55 0.49
HSL 126.67º 0.45% 0.35% -
HSV(B) 126.67º 0.62% 0.51% -
XYZ 10.22 17.23 6.92 -
YUV 98.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 50 131 59 0.62 0 0.55 0.49 126.67 0.45 0.35
Hex 32 83 3B 3E 0 37 31 7F 2D 23
Octal 62 203 73 76 0 67 61 177 55 43
Binary 110010 10000011 111011 111110 0 110111 110001 1111111 101101 100011

Color Harmonies of #32833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32833B

Black with #32833B

Text Example


Text Example

White with #32833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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