Html Css Color HEX #32883B Japanese Laurel

📋 copy color: '#32883B'

red 50 ◦ green 136 ◦ blue 59

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

Shades of Japanese Laurel #32883B

Tints of Japanese Laurel #32883B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.51%

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

R = 20.41%
G = 55.51%
B = 24.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#32883B (or 0x32883B) is known color: Japanese Laurel. HEX triplet: 32, 88 and 3B. RGB value is (50,136,59). Sum of RGB (Red+Green+Blue) = 50+136+59=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #32883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32883B is #CD77C4. Grayscale: #656565. Windows color (decimal): -13465541 or 3901490. OLE color: 3901490.

HSL color Cylindrical-coordinate representation of color #32883B: hue angle of 126.28º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32883B is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 59 -
CMYK 0.63 0 0.57 0.47
HSL 126.28º 0.46% 0.36% -
HSV(B) 126.28º 0.63% 0.53% -
XYZ 10.91 18.6 7.15 -
YUV 101.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 50 136 59 0.63 0 0.57 0.47 126.28 0.46 0.36
Hex 32 88 3B 3F 0 39 2F 7E 2E 24
Octal 62 210 73 77 0 71 57 176 56 44
Binary 110010 10001000 111011 111111 0 111001 101111 1111110 101110 100100

Color Harmonies of #32883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32883B

Black with #32883B

Text Example


Text Example

White with #32883B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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