#1B5334

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

Shades of Kaitoke Green #1B5334

Tints of Kaitoke Green #1B5334

Color information

#1B5334 (or 0x1B5334) is unknown color: approx Kaitoke Green. HEX triplet: 1B, 53 and 34. RGB value is (27,83,52). Sum of RGB (Red+Green+Blue) = 27+83+52=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5334 is #E4ACCB. Grayscale: #3E3E3E. Windows color (decimal): -14986444 or 3429147. OLE color: 3429147.

HSL color Cylindrical-coordinate representation of color #1B5334: hue angle of 146.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5334 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB278352-
CMYK0.6700.370.67
HSL146.79º50.91%21.57%-
HSV(B)146.79º67.47%32.55%-
XYZ4.176.674.32-
YUV62.72121.95102.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.67%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=16.67%
G=51.23%
B=32.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783520.6700.370.67146.7950.9121.57
Hex1B53344302543933316
Octal33123641030451032236326
Binary1101110100111101001000011010010110000111001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,52); }

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

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

 a { background-color: rgb(27,83,52); }

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

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

 span { border-color: rgb(27,83,52); }

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