Html Css Color HEX #32351B Green Waterloo

📋 copy color: '#32351B'

red 50 ◦ green 53 ◦ blue 27

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

Shades of Green Waterloo #32351B

Tints of Green Waterloo #32351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.77%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 38.46%
G = 40.77%
B = 20.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#32351B (or 0x32351B) is known color: Green Waterloo. HEX triplet: 32, 35 and 1B. RGB value is (50,53,27). Sum of RGB (Red+Green+Blue) = 50+53+27=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 53 - color contains mainly: green. Hex color #32351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32351B is #CDCAE4. Grayscale: #313131. Windows color (decimal): -13486821 or 1783090. OLE color: 1783090.

HSL color Cylindrical-coordinate representation of color #32351B: hue angle of 66.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32351B is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 53 27 -
CMYK 0.06 0 0.49 0.79
HSL 66.92º 0.33% 0.16% -
HSV(B) 66.92º 0.49% 0.21% -
XYZ 2.79 3.3 1.53 -
YUV 49.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 50 53 27 0.06 0 0.49 0.79 66.92 0.33 0.16
Hex 32 35 1B 6 0 31 4F 43 20 10
Octal 62 65 33 6 0 61 117 103 40 20
Binary 110010 110101 11011 110 0 110001 1001111 1000011 100000 10000

Color Harmonies of #32351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32351B

Black with #32351B

Text Example


Text Example

White with #32351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,53,27); }

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

background-color css

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

 a { background-color: rgb(50,53,27); }

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

border-color css

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

 span { border-color: rgb(50,53,27); }

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