#38A50C

Color #38A50C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #38A50C

Tints of Kelly Green #38A50C

Color information

#38A50C (or 0x38A50C) is unknown color: approx Kelly Green. HEX triplet: 38, A5 and 0C. RGB value is (56,165,12). Sum of RGB (Red+Green+Blue) = 56+165+12=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #38A50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A50C is #C75AF3. Grayscale: #737373. Windows color (decimal): -13064948 or 828728. OLE color: 828728.

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

Color convert

RGB5616512-
CMYK0.6600.930.35
HSL102.75º86.44%34.71%-
HSV(B)102.75º92.73%64.71%-
XYZ15.1527.784.91-
YUV114.9769.8985.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 165 (64.84% from 255) = 70.82%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=24.03%
G=70.82%
B=5.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165120.6600.930.35102.7586.4434.71
Hex38A5C4205D23675623
Octal702451410201354314712643
Binary11100010100101110010000100101110110001111001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,12); }

 H1.HeaderClassName
 {
   color: #38A50C;
 }
 .AnyTagClassName
 {
   color: #38A50C;
 }
</style>
background-color css

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

 a { background-color: rgb(56,165,12); }

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

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

 span { border-color: rgb(56,165,12); }

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