Html Css Color HEX #32833E Japanese Laurel

📋 copy color: '#32833E'

red 50 ◦ green 131 ◦ blue 62

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

Shades of Japanese Laurel #32833E

Tints of Japanese Laurel #32833E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 20.58%
G = 53.91%
B = 25.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#32833E (or 0x32833E) is known color: Japanese Laurel. HEX triplet: 32, 83 and 3E. RGB value is (50,131,62). Sum of RGB (Red+Green+Blue) = 50+131+62=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #32833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32833E is #CD7CC1. Grayscale: #636363. Windows color (decimal): -13466818 or 4096818. OLE color: 4096818.

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

Color convert

RGB 50 131 62 -
CMYK 0.62 0 0.53 0.49
HSL 128.89º 0.45% 0.35% -
HSV(B) 128.89º 0.62% 0.51% -
XYZ 10.3 17.26 7.35 -
YUV 98.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 50 131 62 0.62 0 0.53 0.49 128.89 0.45 0.35
Hex 32 83 3E 3E 0 35 31 81 2D 23
Octal 62 203 76 76 0 65 61 201 55 43
Binary 110010 10000011 111110 111110 0 110101 110001 10000001 101101 100011

Color Harmonies of #32833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32833E

Black with #32833E

Text Example


Text Example

White with #32833E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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