Html Css Color HEX #267635 San Felix

📋 copy color: '#267635'

red 38 ◦ green 118 ◦ blue 53

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

Shades of San Felix #267635

Tints of San Felix #267635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.46%

 BLUE value IS 53 (21.09% from 255) = 25.36%

R = 18.18%
G = 56.46%
B = 25.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#267635 (or 0x267635) is known color: San Felix. HEX triplet: 26, 76 and 35. RGB value is (38,118,53). Sum of RGB (Red+Green+Blue) = 38+118+53=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #267635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267635 is #D989CA. Grayscale: #565656. Windows color (decimal): -14256587 or 3503654. OLE color: 3503654.

HSL color Cylindrical-coordinate representation of color #267635: hue angle of 131.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267635 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 118 53 -
CMYK 0.68 0 0.55 0.54
HSL 131.25º 0.51% 0.31% -
HSV(B) 131.25º 0.68% 0.46% -
XYZ 7.92 13.63 5.58 -
YUV 86.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 38 118 53 0.68 0 0.55 0.54 131.25 0.51 0.31
Hex 26 76 35 44 0 37 36 83 33 1F
Octal 46 166 65 104 0 67 66 203 63 37
Binary 100110 1110110 110101 1000100 0 110111 110110 10000011 110011 11111

Color Harmonies of #267635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267635

Black with #267635

Text Example


Text Example

White with #267635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267635; }

 p { color: rgb(38,118,53); }

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

background-color css

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

 a { background-color: rgb(38,118,53); }

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

border-color css

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

 span { border-color: rgb(38,118,53); }

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