#266b36

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

Shades of Camarone #266B36

Tints of Camarone #266B36

Color information

#266B36 (or 0x266B36) is unknown color: approx Camarone. HEX triplet: 26, 6B and 36. RGB value is (38,107,54). Sum of RGB (Red+Green+Blue) = 38+107+54=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #266B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B36 is #D994C9. Grayscale: #505050. Windows color (decimal): -14259402 or 3566374. OLE color: 3566374.

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

Color convert

RGB3810754-
CMYK0.6400.500.58
HSL133.91º47.59%28.43%-
HSV(B)133.91º64.49%41.96%-
XYZ6.7211.195.3-
YUV80.33113.1497.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=19.10%
G=53.77%
B=27.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107540.6400.500.58133.9147.5928.43
Hex266B36400323A86301c
Octal4615366100062722066034
Binary1001101101011110110100000001100101110101000011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266b36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,107,54); }

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

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

 a { background-color: rgb(38,107,54); }

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

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

 span { border-color: rgb(38,107,54); }

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