Html Css Color HEX #38AF3C Fruit Salad

📋 copy color: '#38AF3C'

red 56 ◦ green 175 ◦ blue 60

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

Shades of Fruit Salad #38AF3C

Tints of Fruit Salad #38AF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.14%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 19.24%
G = 60.14%
B = 20.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#38AF3C (or 0x38AF3C) is known color: Fruit Salad. HEX triplet: 38, AF and 3C. RGB value is (56,175,60). Sum of RGB (Red+Green+Blue) = 56+175+60=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF3C is #C750C3. Grayscale: #7E7E7E. Windows color (decimal): -13062340 or 3977016. OLE color: 3977016.

HSL color Cylindrical-coordinate representation of color #38AF3C: hue angle of 122.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF3C is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 60 -
CMYK 0.68 0 0.66 0.31
HSL 122.02º 0.52% 0.45% -
HSV(B) 122.02º 0.68% 0.69% -
XYZ 17.78 31.83 9.48 -
YUV 126.31 90.58 77.85 -
System Red Green Blue C M Y K H S L
Decimal 56 175 60 0.68 0 0.66 0.31 122.02 0.52 0.45
Hex 38 AF 3C 44 0 42 1F 7A 34 2D
Octal 70 257 74 104 0 102 37 172 64 55
Binary 111000 10101111 111100 1000100 0 1000010 11111 1111010 110100 101101

Color Harmonies of #38AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF3C

Black with #38AF3C

Text Example


Text Example

White with #38AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,175,60); }

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

background-color css

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

 a { background-color: rgb(56,175,60); }

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

border-color css

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

 span { border-color: rgb(56,175,60); }

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