#1C6B34

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

Shades of Camarone #1C6B34

Tints of Camarone #1C6B34

Color information

#1C6B34 (or 0x1C6B34) is unknown color: approx Camarone. HEX triplet: 1C, 6B and 34. RGB value is (28,107,52). Sum of RGB (Red+Green+Blue) = 28+107+52=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6B34 is #E394CB. Grayscale: #4D4D4D. Windows color (decimal): -14914764 or 3435292. OLE color: 3435292.

HSL color Cylindrical-coordinate representation of color #1C6B34: hue angle of 138.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6B34 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB2810752-
CMYK0.7400.510.58
HSL138.23º58.52%26.47%-
HSV(B)138.23º73.83%41.96%-
XYZ6.3611.015.04-
YUV77.11113.8392.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.97%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=14.97%
G=57.22%
B=27.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28107520.7400.510.58138.2358.5226.47
Hex1C6B344A0333A8a3b1a
Octal3415364112063722127332
Binary111001101011110100100101001100111110101000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6B34; }

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

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

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

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

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

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

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

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