Html Css Color HEX #157423 San Felix

📋 copy color: '#157423'

red 21 ◦ green 116 ◦ blue 35

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

Shades of San Felix #157423

Tints of San Felix #157423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 12.21%
G = 67.44%
B = 20.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#157423 (or 0x157423) is known color: San Felix. HEX triplet: 15, 74 and 23. RGB value is (21,116,35). Sum of RGB (Red+Green+Blue) = 21+116+35=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 116 (45.70% from 255 or 67.44% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 116 - color contains mainly: green. Hex color #157423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157423 is #EA8BDC. Grayscale: #4E4E4E. Windows color (decimal): -15371229 or 2323477. OLE color: 2323477.

HSL color Cylindrical-coordinate representation of color #157423: hue angle of 128.84º 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 #157423 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 35 -
CMYK 0.82 0 0.70 0.55
HSL 128.84º 0.69% 0.27% -
HSV(B) 128.84º 0.82% 0.45% -
XYZ 6.86 12.77 3.69 -
YUV 78.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 21 116 35 0.82 0 0.70 0.55 128.84 0.69 0.27
Hex 15 74 23 52 0 46 37 81 45 1B
Octal 25 164 43 122 0 106 67 201 105 33
Binary 10101 1110100 100011 1010010 0 1000110 110111 10000001 1000101 11011

Color Harmonies of #157423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157423

Black with #157423

Text Example


Text Example

White with #157423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157423; }

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

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

background-color css

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

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

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

border-color css

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

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

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