Html Css Color HEX #38A740 Fruit Salad

📋 copy color: '#38A740'

red 56 ◦ green 167 ◦ blue 64

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

Shades of Fruit Salad #38A740

Tints of Fruit Salad #38A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 58.19%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 19.51%
G = 58.19%
B = 22.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#38A740 (or 0x38A740) is known color: Fruit Salad. HEX triplet: 38, A7 and 40. RGB value is (56,167,64). Sum of RGB (Red+Green+Blue) = 56+167+64=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #38A740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A740 is #C758BF. Grayscale: #7A7A7A. Windows color (decimal): -13064384 or 4237112. OLE color: 4237112.

HSL color Cylindrical-coordinate representation of color #38A740: hue angle of 124.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A740 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 167 64 -
CMYK 0.66 0 0.62 0.35
HSL 124.32º 0.5% 0.44% -
HSV(B) 124.32º 0.66% 0.65% -
XYZ 16.38 28.85 9.56 -
YUV 122.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 56 167 64 0.66 0 0.62 0.35 124.32 0.5 0.44
Hex 38 A7 40 42 0 3E 23 7C 32 2C
Octal 70 247 100 102 0 76 43 174 62 54
Binary 111000 10100111 1000000 1000010 0 111110 100011 1111100 110010 101100

Color Harmonies of #38A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A740

Black with #38A740

Text Example


Text Example

White with #38A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,167,64); }

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

background-color css

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

 a { background-color: rgb(56,167,64); }

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

border-color css

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

 span { border-color: rgb(56,167,64); }

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