#256A34

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

Shades of Camarone #256A34

Tints of Camarone #256A34

Color information

#256A34 (or 0x256A34) is unknown color: approx Camarone. HEX triplet: 25, 6A and 34. RGB value is (37,106,52). Sum of RGB (Red+Green+Blue) = 37+106+52=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #256A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A34 is #DA95CB. Grayscale: #4F4F4F. Windows color (decimal): -14325196 or 3435045. OLE color: 3435045.

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

Color convert

RGB3710652-
CMYK0.6500.510.58
HSL133.04º48.25%28.04%-
HSV(B)133.04º65.09%41.57%-
XYZ6.5410.955.02-
YUV79.21112.6497.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 106 (41.80% from 255) = 54.36%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=18.97%
G=54.36%
B=26.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37106520.6500.510.58133.0448.2528.04
Hex256A34410333A85301c
Octal4515264101063722056034
Binary1001011101010110100100000101100111110101000010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A34; }

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

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

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

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

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

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

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

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