Html Css Color HEX #326230 Parsley

📋 copy color: '#326230'

red 50 ◦ green 98 ◦ blue 48

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

Shades of Parsley #326230

Tints of Parsley #326230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50%

 BLUE value IS 48 (19.14% from 255) = 24.49%

R = 25.51%
G = 50%
B = 24.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#326230 (or 0x326230) is known color: Parsley. HEX triplet: 32, 62 and 30. RGB value is (50,98,48). Sum of RGB (Red+Green+Blue) = 50+98+48=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #326230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326230 is #CD9DCF. Grayscale: #4E4E4E. Windows color (decimal): -13475280 or 3170866. OLE color: 3170866.

HSL color Cylindrical-coordinate representation of color #326230: hue angle of 117.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326230 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 48 -
CMYK 0.49 0 0.51 0.62
HSL 117.6º 0.34% 0.29% -
HSV(B) 117.6º 0.51% 0.38% -
XYZ 6.22 9.63 4.33 -
YUV 77.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 50 98 48 0.49 0 0.51 0.62 117.6 0.34 0.29
Hex 32 62 30 31 0 33 3E 76 22 1D
Octal 62 142 60 61 0 63 76 166 42 35
Binary 110010 1100010 110000 110001 0 110011 111110 1110110 100010 11101

Color Harmonies of #326230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326230

Black with #326230

Text Example


Text Example

White with #326230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326230; }

 p { color: rgb(50,98,48); }

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

background-color css

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

 a { background-color: rgb(50,98,48); }

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

border-color css

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

 span { border-color: rgb(50,98,48); }

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