Html Css Color HEX #266425 San Felix

📋 copy color: '#266425'

red 38 ◦ green 100 ◦ blue 37

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

Shades of San Felix #266425

Tints of San Felix #266425

RGB

 RED value IS 38 (15.23% from 255) = 21.71%

 GREEN value IS 100 (39.45% from 255) = 57.14%

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 21.71%
G = 57.14%
B = 21.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#266425 (or 0x266425) is known color: San Felix. HEX triplet: 26, 64 and 25. RGB value is (38,100,37). Sum of RGB (Red+Green+Blue) = 38+100+37=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #266425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266425 is #D99BDA. Grayscale: #4A4A4A. Windows color (decimal): -14261211 or 2450470. OLE color: 2450470.

HSL color Cylindrical-coordinate representation of color #266425: hue angle of 119.05º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266425 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 100 37 -
CMYK 0.62 0 0.63 0.61
HSL 119.05º 0.46% 0.27% -
HSV(B) 119.05º 0.63% 0.39% -
XYZ 5.69 9.66 3.31 -
YUV 74.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 38 100 37 0.62 0 0.63 0.61 119.05 0.46 0.27
Hex 26 64 25 3E 0 3F 3D 77 2E 1B
Octal 46 144 45 76 0 77 75 167 56 33
Binary 100110 1100100 100101 111110 0 111111 111101 1110111 101110 11011

Color Harmonies of #266425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266425

Black with #266425

Text Example


Text Example

White with #266425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266425; }

 p { color: rgb(38,100,37); }

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

background-color css

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

 a { background-color: rgb(38,100,37); }

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

border-color css

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

 span { border-color: rgb(38,100,37); }

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