Html Css Color HEX #157422 San Felix

📋 copy color: '#157422'

red 21 ◦ green 116 ◦ blue 34

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

Shades of San Felix #157422

Tints of San Felix #157422

RGB

 RED value IS 21 (8.59% from 255) = 12.28%

 GREEN value IS 116 (45.7% from 255) = 67.84%

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 12.28%
G = 67.84%
B = 19.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#157422 (or 0x157422) is known color: San Felix. HEX triplet: 15, 74 and 22. RGB value is (21,116,34). Sum of RGB (Red+Green+Blue) = 21+116+34=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #157422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157422 is #EA8BDD. Grayscale: #4E4E4E. Windows color (decimal): -15371230 or 2257941. OLE color: 2257941.

HSL color Cylindrical-coordinate representation of color #157422: hue angle of 128.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157422 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 34 -
CMYK 0.82 0 0.71 0.55
HSL 128.21º 0.69% 0.27% -
HSV(B) 128.21º 0.82% 0.45% -
XYZ 6.84 12.77 3.62 -
YUV 78.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 21 116 34 0.82 0 0.71 0.55 128.21 0.69 0.27
Hex 15 74 22 52 0 47 37 80 45 1B
Octal 25 164 42 122 0 107 67 200 105 33
Binary 10101 1110100 100010 1010010 0 1000111 110111 10000000 1000101 11011

Color Harmonies of #157422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157422

Black with #157422

Text Example


Text Example

White with #157422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157422; }

 p { color: rgb(21,116,34); }

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

background-color css

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

 a { background-color: rgb(21,116,34); }

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

border-color css

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

 span { border-color: rgb(21,116,34); }

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