#275531

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

Shades of Kaitoke Green #275531

Tints of Kaitoke Green #275531

Color information

#275531 (or 0x275531) is unknown color: approx Kaitoke Green. HEX triplet: 27, 55 and 31. RGB value is (39,85,49). Sum of RGB (Red+Green+Blue) = 39+85+49=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #275531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275531 is #D8AACE. Grayscale: #434343. Windows color (decimal): -14199503 or 3233063. OLE color: 3233063.

HSL color Cylindrical-coordinate representation of color #275531: hue angle of 133.04º 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 #275531 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB398549-
CMYK0.5400.420.67
HSL133.04º37.1%24.31%-
HSV(B)133.04º54.12%33.33%-
XYZ4.647.154.04-
YUV67.14117.76107.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=22.54%
G=49.13%
B=28.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985490.5400.420.67133.0437.124.31
Hex2755313602A43852518
Octal4712561660521032054530
Binary1001111010101110001110110010101010000111000010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275531; }

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

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

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

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

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

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

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

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