#266335

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

Shades of Camarone #266335

Tints of Camarone #266335

Color information

#266335 (or 0x266335) is unknown color: approx Camarone. HEX triplet: 26, 63 and 35. RGB value is (38,99,53). Sum of RGB (Red+Green+Blue) = 38+99+53=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #266335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266335 is #D99CCA. Grayscale: #4B4B4B. Windows color (decimal): -14261451 or 3498790. OLE color: 3498790.

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

Color convert

RGB389953-
CMYK0.6200.460.61
HSL134.75º44.53%26.86%-
HSV(B)134.75º61.62%38.82%-
XYZ5.99.594.91-
YUV75.52115.29101.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=20%
G=52.11%
B=27.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899530.6200.460.61134.7544.5326.86
Hex2663353E02E3D872d1b
Octal461436576056752075533
Binary100110110001111010111111001011101111011000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266335; }

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

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

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

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

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

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

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

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