Html Css Color HEX #38AA37 Fruit Salad

📋 copy color: '#38AA37'

red 56 ◦ green 170 ◦ blue 55

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

Shades of Fruit Salad #38AA37

Tints of Fruit Salad #38AA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 60.5%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 19.93%
G = 60.5%
B = 19.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#38AA37 (or 0x38AA37) is known color: Fruit Salad. HEX triplet: 38, AA and 37. RGB value is (56,170,55). Sum of RGB (Red+Green+Blue) = 56+170+55=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA37 is #C755C8. Grayscale: #7B7B7B. Windows color (decimal): -13063625 or 3648056. OLE color: 3648056.

HSL color Cylindrical-coordinate representation of color #38AA37: hue angle of 119.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AA37 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 55 -
CMYK 0.67 0 0.68 0.33
HSL 119.48º 0.51% 0.44% -
HSV(B) 119.48º 0.68% 0.67% -
XYZ 16.7 29.87 8.5 -
YUV 122.8 89.73 80.35 -
System Red Green Blue C M Y K H S L
Decimal 56 170 55 0.67 0 0.68 0.33 119.48 0.51 0.44
Hex 38 AA 37 43 0 44 21 77 33 2C
Octal 70 252 67 103 0 104 41 167 63 54
Binary 111000 10101010 110111 1000011 0 1000100 100001 1110111 110011 101100

Color Harmonies of #38AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA37

Black with #38AA37

Text Example


Text Example

White with #38AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA37; }

 p { color: rgb(56,170,55); }

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

background-color css

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

 a { background-color: rgb(56,170,55); }

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

border-color css

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

 span { border-color: rgb(56,170,55); }

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