Html Css Color HEX #38B620 Kelly Green

📋 copy color: '#38B620'

red 56 ◦ green 182 ◦ blue 32

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

Shades of Kelly Green #38B620

Tints of Kelly Green #38B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.41%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 20.74%
G = 67.41%
B = 11.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#38B620 (or 0x38B620) is known color: Kelly Green. HEX triplet: 38, B6 and 20. RGB value is (56,182,32). Sum of RGB (Red+Green+Blue) = 56+182+32=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #38B620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B620 is #C749DF. Grayscale: #7F7F7F. Windows color (decimal): -13060576 or 2143800. OLE color: 2143800.

HSL color Cylindrical-coordinate representation of color #38B620: hue angle of 110.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38B620 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 182 32 -
CMYK 0.69 0 0.82 0.29
HSL 110.4º 0.7% 0.42% -
HSV(B) 110.4º 0.82% 0.71% -
XYZ 18.62 34.4 7.03 -
YUV 127.23 74.26 77.2 -
System Red Green Blue C M Y K H S L
Decimal 56 182 32 0.69 0 0.82 0.29 110.4 0.7 0.42
Hex 38 B6 20 45 0 52 1D 6E 46 2A
Octal 70 266 40 105 0 122 35 156 106 52
Binary 111000 10110110 100000 1000101 0 1010010 11101 1101110 1000110 101010

Color Harmonies of #38B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B620

Black with #38B620

Text Example


Text Example

White with #38B620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,182,32); }

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

background-color css

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

 a { background-color: rgb(56,182,32); }

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

border-color css

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

 span { border-color: rgb(56,182,32); }

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