#256B34

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

Shades of Camarone #256B34

Tints of Camarone #256B34

Color information

#256B34 (or 0x256B34) is unknown color: approx Camarone. HEX triplet: 25, 6B and 34. RGB value is (37,107,52). Sum of RGB (Red+Green+Blue) = 37+107+52=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #256B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B34 is #DA94CB. Grayscale: #4F4F4F. Windows color (decimal): -14324940 or 3435301. OLE color: 3435301.

HSL color Cylindrical-coordinate representation of color #256B34: hue angle of 132.86º degrees, saturation: 0.49, 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 #256B34 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB3710752-
CMYK0.6500.510.58
HSL132.86º48.61%28.24%-
HSV(B)132.86º65.42%41.96%-
XYZ6.6411.165.05-
YUV79.8112.3197.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 52 (20.70% from 255) = 26.53%
R=18.88%
G=54.59%
B=26.53%

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
Decimal37107520.6500.510.58132.8648.6128.24
Hex256B34410333A85311c
Octal4515364101063722056134
Binary1001011101011110100100000101100111110101000010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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