Html Css Color HEX #45B349 Fruit Salad

📋 copy color: '#45B349'

red 69 ◦ green 179 ◦ blue 73

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

Shades of Fruit Salad #45B349

Tints of Fruit Salad #45B349

RGB

 RED value IS 69 (27.34% from 255) = 21.5%

 GREEN value IS 179 (70.31% from 255) = 55.76%

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 21.5%
G = 55.76%
B = 22.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#45B349 (or 0x45B349) is known color: Fruit Salad. HEX triplet: 45, B3 and 49. RGB value is (69,179,73). Sum of RGB (Red+Green+Blue) = 69+179+73=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #45B349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B349 is #BA4CB6. Grayscale: #868686. Windows color (decimal): -12209335 or 4830021. OLE color: 4830021.

HSL color Cylindrical-coordinate representation of color #45B349: hue angle of 122.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B349 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 69 179 73 -
CMYK 0.61 0 0.59 0.30
HSL 122.18º 0.44% 0.49% -
HSV(B) 122.18º 0.61% 0.7% -
XYZ 19.78 33.99 11.82 -
YUV 134.03 93.56 81.62 -
System Red Green Blue C M Y K H S L
Decimal 69 179 73 0.61 0 0.59 0.30 122.18 0.44 0.49
Hex 45 B3 49 3D 0 3B 1E 7A 2C 31
Octal 105 263 111 75 0 73 36 172 54 61
Binary 1000101 10110011 1001001 111101 0 111011 11110 1111010 101100 110001

Color Harmonies of #45B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B349

Black with #45B349

Text Example


Text Example

White with #45B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45B349; }

 p { color: rgb(69,179,73); }

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

background-color css

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

 a { background-color: rgb(69,179,73); }

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

border-color css

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

 span { border-color: rgb(69,179,73); }

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