#275533

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

Shades of Kaitoke Green #275533

Tints of Kaitoke Green #275533

Color information

#275533 (or 0x275533) is unknown color: approx Kaitoke Green. HEX triplet: 27, 55 and 33. RGB value is (39,85,51). Sum of RGB (Red+Green+Blue) = 39+85+51=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #275533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275533 is #D8AACC. Grayscale: #434343. Windows color (decimal): -14199501 or 3364135. OLE color: 3364135.

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

Color convert

RGB398551-
CMYK0.5400.400.67
HSL135.65º37.1%24.31%-
HSV(B)135.65º54.12%33.33%-
XYZ4.687.174.27-
YUV67.37118.76107.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=22.29%
G=48.57%
B=29.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985510.5400.400.67135.6537.124.31
Hex2755333602843882518
Octal4712563660501032104530
Binary1001111010101110011110110010100010000111000100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275533; }

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

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

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

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

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

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

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

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