Html Css Color HEX #32883F Japanese Laurel

📋 copy color: '#32883F'

red 50 ◦ green 136 ◦ blue 63

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

Shades of Japanese Laurel #32883F

Tints of Japanese Laurel #32883F

RGB

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

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

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

R = 20.08%
G = 54.62%
B = 25.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#32883F (or 0x32883F) is known color: Japanese Laurel. HEX triplet: 32, 88 and 3F. RGB value is (50,136,63). Sum of RGB (Red+Green+Blue) = 50+136+63=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #32883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32883F is #CD77C0. Grayscale: #666666. Windows color (decimal): -13465537 or 4163634. OLE color: 4163634.

HSL color Cylindrical-coordinate representation of color #32883F: hue angle of 129.07º 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 #32883F is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 63 -
CMYK 0.63 0 0.54 0.47
HSL 129.07º 0.46% 0.36% -
HSV(B) 129.07º 0.63% 0.53% -
XYZ 11.02 18.65 7.72 -
YUV 101.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 50 136 63 0.63 0 0.54 0.47 129.07 0.46 0.36
Hex 32 88 3F 3F 0 36 2F 81 2E 24
Octal 62 210 77 77 0 66 57 201 56 44
Binary 110010 10001000 111111 111111 0 110110 101111 10000001 101110 100100

Color Harmonies of #32883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32883F

Black with #32883F

Text Example


Text Example

White with #32883F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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