#27533B

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

Shades of Kaitoke Green #27533B

Tints of Kaitoke Green #27533B

Color information

#27533B (or 0x27533B) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 3B. RGB value is (39,83,59). Sum of RGB (Red+Green+Blue) = 39+83+59=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #27533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27533B is #D8ACC4. Grayscale: #434343. Windows color (decimal): -14200005 or 3887911. OLE color: 3887911.

HSL color Cylindrical-coordinate representation of color #27533B: hue angle of 147.27º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27533B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB398359-
CMYK0.5300.290.67
HSL147.27º36.07%23.92%-
HSV(B)147.27º53.01%32.55%-
XYZ4.726.935.23-
YUV67.11123.42107.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=21.55%
G=45.86%
B=32.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983590.5300.290.67147.2736.0723.92
Hex27533B3501D43932418
Octal4712373650351032234430
Binary100111101001111101111010101110110000111001001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27533B; }

 p { color: rgb(39,83,59); }

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

<style>
 a { background-color: #27533B; }

 a { background-color: rgb(39,83,59); }

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

<style>
 span { border-color: #27533B; }

 span { border-color: rgb(39,83,59); }

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