Html Css Color HEX #38B320 Kelly Green

📋 copy color: '#38B320'

red 56 ◦ green 179 ◦ blue 32

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

Shades of Kelly Green #38B320

Tints of Kelly Green #38B320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.04%

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

R = 20.97%
G = 67.04%
B = 11.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#38B320 (or 0x38B320) is known color: Kelly Green. HEX triplet: 38, B3 and 20. RGB value is (56,179,32). Sum of RGB (Red+Green+Blue) = 56+179+32=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #38B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B320 is #C74CDF. Grayscale: #7D7D7D. Windows color (decimal): -13061344 or 2143032. OLE color: 2143032.

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

Color convert

RGB 56 179 32 -
CMYK 0.69 0 0.82 0.30
HSL 110.2º 0.7% 0.41% -
HSV(B) 110.2º 0.82% 0.7% -
XYZ 18.01 33.19 6.82 -
YUV 125.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 56 179 32 0.69 0 0.82 0.30 110.2 0.7 0.41
Hex 38 B3 20 45 0 52 1E 6E 46 29
Octal 70 263 40 105 0 122 36 156 106 51
Binary 111000 10110011 100000 1000101 0 1010010 11110 1101110 1000110 101001

Color Harmonies of #38B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B320

Black with #38B320

Text Example


Text Example

White with #38B320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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