#275334

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

Shades of Kaitoke Green #275334

Tints of Kaitoke Green #275334

Color information

#275334 (or 0x275334) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 34. RGB value is (39,83,52). Sum of RGB (Red+Green+Blue) = 39+83+52=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #275334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275334 is #D8ACCB. Grayscale: #424242. Windows color (decimal): -14200012 or 3429159. OLE color: 3429159.

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

Color convert

RGB398352-
CMYK0.5300.370.67
HSL137.73º36.07%23.92%-
HSV(B)137.73º53.01%32.55%-
XYZ4.556.874.33-
YUV66.31119.92108.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=22.41%
G=47.70%
B=29.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983520.5300.370.67137.7336.0723.92
Hex27533435025438a2418
Octal4712364650451032124430
Binary1001111010011110100110101010010110000111000101010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275334; }

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

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

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

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

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

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

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

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