Html Css Color HEX #325B26 Green House

📋 copy color: '#325B26'

red 50 ◦ green 91 ◦ blue 38

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

Shades of Green House #325B26

Tints of Green House #325B26

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50.84%

 BLUE value IS 38 (15.23% from 255) = 21.23%

R = 27.93%
G = 50.84%
B = 21.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#325B26 (or 0x325B26) is known color: Green House. HEX triplet: 32, 5B and 26. RGB value is (50,91,38). Sum of RGB (Red+Green+Blue) = 50+91+38=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #325B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B26 is #CDA4D9. Grayscale: #484848. Windows color (decimal): -13477082 or 2513714. OLE color: 2513714.

HSL color Cylindrical-coordinate representation of color #325B26: hue angle of 106.42º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325B26 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 38 -
CMYK 0.45 0 0.58 0.64
HSL 106.42º 0.41% 0.25% -
HSV(B) 106.42º 0.58% 0.36% -
XYZ 5.41 8.3 3.15 -
YUV 72.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 50 91 38 0.45 0 0.58 0.64 106.42 0.41 0.25
Hex 32 5B 26 2D 0 3A 40 6A 29 19
Octal 62 133 46 55 0 72 100 152 51 31
Binary 110010 1011011 100110 101101 0 111010 1000000 1101010 101001 11001

Color Harmonies of #325B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B26

Black with #325B26

Text Example


Text Example

White with #325B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325B26; }

 p { color: rgb(50,91,38); }

 H1.HeaderClassName
 {
   color: #325B26;
 }
 .AnyTagClassName
 {
   color: #325B26;
 }
</style>

background-color css

<style>
 a { background-color: #325B26; }

 a { background-color: rgb(50,91,38); }

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

border-color css

<style>
 span { border-color: #325B26; }

 span { border-color: rgb(50,91,38); }

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