#27533D

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

Shades of Kaitoke Green #27533D

Tints of Kaitoke Green #27533D

Color information

#27533D (or 0x27533D) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 3D. RGB value is (39,83,61). Sum of RGB (Red+Green+Blue) = 39+83+61=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #27533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27533D is #D8ACC2. Grayscale: #434343. Windows color (decimal): -14200003 or 4018983. OLE color: 4018983.

HSL color Cylindrical-coordinate representation of color #27533D: hue angle of 150º 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 #27533D is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB398361-
CMYK0.5300.270.67
HSL150º36.07%23.92%-
HSV(B)150º53.01%32.55%-
XYZ4.776.955.51-
YUV67.34124.42107.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=21.31%
G=45.36%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983610.5300.270.6715036.0723.92
Hex27533D3501B43962418
Octal4712375650331032264430
Binary100111101001111110111010101101110000111001011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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