#265E34

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

Shades of Camarone #265E34

Tints of Camarone #265E34

Color information

#265E34 (or 0x265E34) is unknown color: approx Camarone. HEX triplet: 26, 5E and 34. RGB value is (38,94,52). Sum of RGB (Red+Green+Blue) = 38+94+52=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 94 (37.11% from 255 or 51.09% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 94 - color contains mainly: green. Hex color #265E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E34 is #D9A1CB. Grayscale: #484848. Windows color (decimal): -14262732 or 3431974. OLE color: 3431974.

HSL color Cylindrical-coordinate representation of color #265E34: hue angle of 135º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E34 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB389452-
CMYK0.6000.450.63
HSL135º42.42%25.88%-
HSV(B)135º59.57%36.86%-
XYZ5.428.674.64-
YUV72.47116.45103.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 94 (37.11% from 255) = 51.09%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=20.65%
G=51.09%
B=28.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894520.6000.450.6313542.4225.88
Hex265E343C02D3F872a1a
Octal461366474055772075232
Binary100110101111011010011110001011011111111000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E34; }

 p { color: rgb(38,94,52); }

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

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

 a { background-color: rgb(38,94,52); }

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

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

 span { border-color: rgb(38,94,52); }

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