Html Css Color HEX #38953B Fruit Salad

📋 copy color: '#38953B'

red 56 ◦ green 149 ◦ blue 59

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

Shades of Fruit Salad #38953B

Tints of Fruit Salad #38953B

RGB

 RED value IS 56 (22.27% from 255) = 21.21%

 GREEN value IS 149 (58.59% from 255) = 56.44%

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 21.21%
G = 56.44%
B = 22.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#38953B (or 0x38953B) is known color: Fruit Salad. HEX triplet: 38, 95 and 3B. RGB value is (56,149,59). Sum of RGB (Red+Green+Blue) = 56+149+59=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #38953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38953B is #C76AC4. Grayscale: #6F6F6F. Windows color (decimal): -13068997 or 3904824. OLE color: 3904824.

HSL color Cylindrical-coordinate representation of color #38953B: hue angle of 121.94º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38953B is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 59 -
CMYK 0.62 0 0.60 0.42
HSL 121.94º 0.45% 0.4% -
HSV(B) 121.94º 0.62% 0.58% -
XYZ 13.17 22.65 7.82 -
YUV 110.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 56 149 59 0.62 0 0.60 0.42 121.94 0.45 0.4
Hex 38 95 3B 3E 0 3C 2A 7A 2D 28
Octal 70 225 73 76 0 74 52 172 55 50
Binary 111000 10010101 111011 111110 0 111100 101010 1111010 101101 101000

Color Harmonies of #38953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38953B

Black with #38953B

Text Example


Text Example

White with #38953B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,149,59); }

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

background-color css

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

 a { background-color: rgb(56,149,59); }

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

border-color css

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

 span { border-color: rgb(56,149,59); }

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