#256334

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

Shades of Camarone #256334

Tints of Camarone #256334

Color information

#256334 (or 0x256334) is unknown color: approx Camarone. HEX triplet: 25, 63 and 34. RGB value is (37,99,52). Sum of RGB (Red+Green+Blue) = 37+99+52=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #256334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256334 is #DA9CCB. Grayscale: #4B4B4B. Windows color (decimal): -14326988 or 3433253. OLE color: 3433253.

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

Color convert

RGB379952-
CMYK0.6300.470.61
HSL134.52º45.59%26.67%-
HSV(B)134.52º62.63%38.82%-
XYZ5.849.564.79-
YUV75.1114.96100.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=19.68%
G=52.66%
B=27.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3799520.6300.470.61134.5245.5926.67
Hex2563343F02F3D872e1b
Octal451436477057752075633
Binary100101110001111010011111101011111111011000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256334; }

 p { color: rgb(37,99,52); }

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

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

 a { background-color: rgb(37,99,52); }

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

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

 span { border-color: rgb(37,99,52); }

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