Html Css Color HEX #448F4B Fruit Salad

📋 copy color: '#448F4B'

red 68 ◦ green 143 ◦ blue 75

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

Shades of Fruit Salad #448F4B

Tints of Fruit Salad #448F4B

RGB

 RED value IS 68 (26.95% from 255) = 23.78%

 GREEN value IS 143 (56.25% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 23.78%
G = 50%
B = 26.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#448F4B (or 0x448F4B) is known color: Fruit Salad. HEX triplet: 44, 8F and 4B. RGB value is (68,143,75). Sum of RGB (Red+Green+Blue) = 68+143+75=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #448F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448F4B is #BB70B4. Grayscale: #717171. Windows color (decimal): -12284085 or 4951876. OLE color: 4951876.

HSL color Cylindrical-coordinate representation of color #448F4B: hue angle of 125.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F4B is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 143 75 -
CMYK 0.52 0 0.48 0.44
HSL 125.6º 0.36% 0.41% -
HSV(B) 125.6º 0.52% 0.56% -
XYZ 13.48 21.38 10.07 -
YUV 112.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 68 143 75 0.52 0 0.48 0.44 125.6 0.36 0.41
Hex 44 8F 4B 34 0 30 2C 7E 24 29
Octal 104 217 113 64 0 60 54 176 44 51
Binary 1000100 10001111 1001011 110100 0 110000 101100 1111110 100100 101001

Color Harmonies of #448F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448F4B

Black with #448F4B

Text Example


Text Example

White with #448F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448F4B; }

 p { color: rgb(68,143,75); }

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

background-color css

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

 a { background-color: rgb(68,143,75); }

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

border-color css

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

 span { border-color: rgb(68,143,75); }

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