#265334

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

Shades of Kaitoke Green #265334

Tints of Kaitoke Green #265334

Color information

#265334 (or 0x265334) is unknown color: approx Kaitoke Green. HEX triplet: 26, 53 and 34. RGB value is (38,83,52). Sum of RGB (Red+Green+Blue) = 38+83+52=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #265334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265334 is #D9ACCB. Grayscale: #424242. Windows color (decimal): -14265548 or 3429158. OLE color: 3429158.

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

Color convert

RGB388352-
CMYK0.5400.370.67
HSL138.67º37.19%23.73%-
HSV(B)138.67º54.22%32.55%-
XYZ4.516.854.33-
YUV66.01120.09108.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 52 (20.70% from 255) = 30.06%
R=21.97%
G=47.98%
B=30.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883520.5400.370.67138.6737.1923.73
Hex26533436025438b2518
Octal4612364660451032134530
Binary1001101010011110100110110010010110000111000101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265334; }

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

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

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

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

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

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

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

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