#21673C

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

Shades of Camarone #21673C

Tints of Camarone #21673C

Color information

#21673C (or 0x21673C) is unknown color: approx Camarone. HEX triplet: 21, 67 and 3C. RGB value is (33,103,60). Sum of RGB (Red+Green+Blue) = 33+103+60=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #21673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21673C is #DE98C3. Grayscale: #4D4D4D. Windows color (decimal): -14588100 or 3958561. OLE color: 3958561.

HSL color Cylindrical-coordinate representation of color #21673C: hue angle of 143.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21673C is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB3310360-
CMYK0.6800.420.60
HSL143.14º51.47%26.67%-
HSV(B)143.14º67.96%40.39%-
XYZ6.2910.355.94-
YUV77.17118.3196.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 103 (40.62% from 255) = 52.55%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=16.84%
G=52.55%
B=30.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33103600.6800.420.60143.1451.4726.67
Hex21673C4402A3C8f331b
Octal4114774104052742176333
Binary1000011100111111100100010001010101111001000111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21673C; }

 p { color: rgb(33,103,60); }

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

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

 a { background-color: rgb(33,103,60); }

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

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

 span { border-color: rgb(33,103,60); }

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