Html Css Color HEX #32833C Japanese Laurel

📋 copy color: '#32833C'

red 50 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #32833C

Tints of Japanese Laurel #32833C

RGB

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

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

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

R = 20.75%
G = 54.36%
B = 24.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#32833C (or 0x32833C) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3C. RGB value is (50,131,60). Sum of RGB (Red+Green+Blue) = 50+131+60=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #32833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833C is #CD7CC3. Grayscale: #626262. Windows color (decimal): -13466820 or 3965746. OLE color: 3965746.

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

Color convert

RGB 50 131 60 -
CMYK 0.62 0 0.54 0.49
HSL 127.41º 0.45% 0.35% -
HSV(B) 127.41º 0.62% 0.51% -
XYZ 10.25 17.24 7.06 -
YUV 98.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 50 131 60 0.62 0 0.54 0.49 127.41 0.45 0.35
Hex 32 83 3C 3E 0 36 31 7F 2D 23
Octal 62 203 74 76 0 66 61 177 55 43
Binary 110010 10000011 111100 111110 0 110110 110001 1111111 101101 100011

Color Harmonies of #32833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32833C

Black with #32833C

Text Example


Text Example

White with #32833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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