#1B6226

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

Shades of Camarone #1B6226

Tints of Camarone #1B6226

Color information

#1B6226 (or 0x1B6226) is unknown color: approx Camarone. HEX triplet: 1B, 62 and 26. RGB value is (27,98,38). Sum of RGB (Red+Green+Blue) = 27+98+38=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6226 is #E49DD9. Grayscale: #464646. Windows color (decimal): -14982618 or 2515483. OLE color: 2515483.

HSL color Cylindrical-coordinate representation of color #1B6226: hue angle of 129.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6226 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB279838-
CMYK0.7200.610.62
HSL129.3º56.8%24.51%-
HSV(B)129.3º72.45%38.43%-
XYZ5.179.113.32-
YUV69.93109.9897.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=16.56%
G=60.12%
B=23.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798380.7200.610.62129.356.824.51
Hex1B62264803D3E813919
Octal3314246110075762017131
Binary110111100010100110100100001111011111101000000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,38); }

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

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

 a { background-color: rgb(27,98,38); }

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

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

 span { border-color: rgb(27,98,38); }

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