#265530

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

Shades of Kaitoke Green #265530

Tints of Kaitoke Green #265530

Color information

#265530 (or 0x265530) is unknown color: approx Kaitoke Green. HEX triplet: 26, 55 and 30. RGB value is (38,85,48). Sum of RGB (Red+Green+Blue) = 38+85+48=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #265530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265530 is #D9AACF. Grayscale: #424242. Windows color (decimal): -14265040 or 3167526. OLE color: 3167526.

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

Color convert

RGB388548-
CMYK0.5500.440.67
HSL132.77º38.21%24.12%-
HSV(B)132.77º55.29%33.33%-
XYZ4.587.123.93-
YUV66.73117.43107.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=22.22%
G=49.71%
B=28.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885480.5500.440.67132.7738.2124.12
Hex2655303702C43852618
Octal4612560670541032054630
Binary1001101010101110000110111010110010000111000010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265530; }

 p { color: rgb(38,85,48); }

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

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

 a { background-color: rgb(38,85,48); }

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

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

 span { border-color: rgb(38,85,48); }

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