#275536

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

Shades of Kaitoke Green #275536

Tints of Kaitoke Green #275536

Color information

#275536 (or 0x275536) is unknown color: approx Kaitoke Green. HEX triplet: 27, 55 and 36. RGB value is (39,85,54). Sum of RGB (Red+Green+Blue) = 39+85+54=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #275536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275536 is #D8AAC9. Grayscale: #434343. Windows color (decimal): -14199498 or 3560743. OLE color: 3560743.

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

Color convert

RGB398554-
CMYK0.5400.360.67
HSL139.57º37.1%24.31%-
HSV(B)139.57º54.12%33.33%-
XYZ4.757.194.63-
YUV67.71120.26107.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=21.91%
G=47.75%
B=30.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985540.5400.360.67139.5737.124.31
Hex27553636024438c2518
Octal4712566660441032144530
Binary1001111010101110110110110010010010000111000110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275536; }

 p { color: rgb(39,85,54); }

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

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

 a { background-color: rgb(39,85,54); }

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

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

 span { border-color: rgb(39,85,54); }

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