Html Css Color HEX #276325 San Felix

📋 copy color: '#276325'

red 39 ◦ green 99 ◦ blue 37

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

Shades of San Felix #276325

Tints of San Felix #276325

RGB

 RED value IS 39 (15.63% from 255) = 22.29%

 GREEN value IS 99 (39.06% from 255) = 56.57%

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

R = 22.29%
G = 56.57%
B = 21.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#276325 (or 0x276325) is known color: San Felix. HEX triplet: 27, 63 and 25. RGB value is (39,99,37). Sum of RGB (Red+Green+Blue) = 39+99+37=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #276325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276325 is #D89CDA. Grayscale: #4A4A4A. Windows color (decimal): -14195931 or 2450215. OLE color: 2450215.

HSL color Cylindrical-coordinate representation of color #276325: hue angle of 118.06º 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 #276325 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 99 37 -
CMYK 0.61 0 0.63 0.61
HSL 118.06º 0.46% 0.27% -
HSV(B) 118.06º 0.63% 0.39% -
XYZ 5.63 9.49 3.28 -
YUV 73.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 39 99 37 0.61 0 0.63 0.61 118.06 0.46 0.27
Hex 27 63 25 3D 0 3F 3D 76 2E 1B
Octal 47 143 45 75 0 77 75 166 56 33
Binary 100111 1100011 100101 111101 0 111111 111101 1110110 101110 11011

Color Harmonies of #276325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276325

Black with #276325

Text Example


Text Example

White with #276325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276325; }

 p { color: rgb(39,99,37); }

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

background-color css

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

 a { background-color: rgb(39,99,37); }

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

border-color css

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

 span { border-color: rgb(39,99,37); }

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