#27533C

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

Shades of Kaitoke Green #27533C

Tints of Kaitoke Green #27533C

Color information

#27533C (or 0x27533C) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 3C. RGB value is (39,83,60). Sum of RGB (Red+Green+Blue) = 39+83+60=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #27533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27533C is #D8ACC3. Grayscale: #434343. Windows color (decimal): -14200004 or 3953447. OLE color: 3953447.

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

Color convert

RGB398360-
CMYK0.5300.280.67
HSL148.64º36.07%23.92%-
HSV(B)148.64º53.01%32.55%-
XYZ4.756.945.37-
YUV67.22123.92107.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=21.43%
G=45.60%
B=32.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983600.5300.280.67148.6436.0723.92
Hex27533C3501C43952418
Octal4712374650341032254430
Binary100111101001111110011010101110010000111001010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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