#266137

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

Shades of Camarone #266137

Tints of Camarone #266137

Color information

#266137 (or 0x266137) is unknown color: approx Camarone. HEX triplet: 26, 61 and 37. RGB value is (38,97,55). Sum of RGB (Red+Green+Blue) = 38+97+55=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #266137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266137 is #D99EC8. Grayscale: #4A4A4A. Windows color (decimal): -14261961 or 3629350. OLE color: 3629350.

HSL color Cylindrical-coordinate representation of color #266137: hue angle of 137.29º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266137 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB389755-
CMYK0.6100.430.62
HSL137.29º43.7%26.47%-
HSV(B)137.29º60.82%38.04%-
XYZ5.769.245.09-
YUV74.57116.95101.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=20%
G=51.05%
B=28.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897550.6100.430.62137.2943.726.47
Hex2661373D02B3E892c1a
Octal461416775053762115432
Binary100110110000111011111110101010111111101000100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266137; }

 p { color: rgb(38,97,55); }

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

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

 a { background-color: rgb(38,97,55); }

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

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

 span { border-color: rgb(38,97,55); }

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