#266C39

Color #266C39 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #266C39

Tints of Camarone #266C39

Color information

#266C39 (or 0x266C39) is unknown color: approx Camarone. HEX triplet: 26, 6C and 39. RGB value is (38,108,57). Sum of RGB (Red+Green+Blue) = 38+108+57=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #266C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C39 is #D993C6. Grayscale: #515151. Windows color (decimal): -14259143 or 3763238. OLE color: 3763238.

HSL color Cylindrical-coordinate representation of color #266C39: hue angle of 136.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C39 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB3810857-
CMYK0.6500.470.58
HSL136.29º47.95%28.63%-
HSV(B)136.29º64.81%42.35%-
XYZ6.911.435.71-
YUV81.26114.3197.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 57 (22.66% from 255) = 28.08%
R=18.72%
G=53.20%
B=28.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38108570.6500.470.58136.2947.9528.63
Hex266C394102F3A88301d
Octal4615471101057722106035
Binary1001101101100111001100000101011111110101000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C39; }

 p { color: rgb(38,108,57); }

 H1.HeaderClassName
 {
   color: #266C39;
 }
 .AnyTagClassName
 {
   color: #266C39;
 }
</style>
background-color css

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

 a { background-color: rgb(38,108,57); }

 div.DivClassName
 {
   background-color: #266C39;
 }
 .BgClassName
 {
   background-color: #266C39;
 }
</style>
border-color css

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

 span { border-color: rgb(38,108,57); }

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