Html Css Color HEX #38953E Fruit Salad

📋 copy color: '#38953E'

red 56 ◦ green 149 ◦ blue 62

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

Shades of Fruit Salad #38953E

Tints of Fruit Salad #38953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 20.97%
G = 55.81%
B = 23.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#38953E (or 0x38953E) is known color: Fruit Salad. HEX triplet: 38, 95 and 3E. RGB value is (56,149,62). Sum of RGB (Red+Green+Blue) = 56+149+62=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #38953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38953E is #C76AC1. Grayscale: #6F6F6F. Windows color (decimal): -13068994 or 4101432. OLE color: 4101432.

HSL color Cylindrical-coordinate representation of color #38953E: hue angle of 123.87º 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 #38953E is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 62 -
CMYK 0.62 0 0.58 0.42
HSL 123.87º 0.45% 0.4% -
HSV(B) 123.87º 0.62% 0.58% -
XYZ 13.25 22.68 8.24 -
YUV 111.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 56 149 62 0.62 0 0.58 0.42 123.87 0.45 0.4
Hex 38 95 3E 3E 0 3A 2A 7C 2D 28
Octal 70 225 76 76 0 72 52 174 55 50
Binary 111000 10010101 111110 111110 0 111010 101010 1111100 101101 101000

Color Harmonies of #38953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38953E

Black with #38953E

Text Example


Text Example

White with #38953E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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