#265B3B

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

Shades of Kaitoke Green #265B3B

Tints of Kaitoke Green #265B3B

Color information

#265B3B (or 0x265B3B) is unknown color: approx Kaitoke Green. HEX triplet: 26, 5B and 3B. RGB value is (38,91,59). Sum of RGB (Red+Green+Blue) = 38+91+59=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #265B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B3B is #D9A4C4. Grayscale: #474747. Windows color (decimal): -14263493 or 3889958. OLE color: 3889958.

HSL color Cylindrical-coordinate representation of color #265B3B: hue angle of 143.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B3B is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB389159-
CMYK0.5800.350.64
HSL143.77º41.09%25.29%-
HSV(B)143.77º58.24%35.69%-
XYZ5.338.215.44-
YUV71.5120.94104.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 91 (35.94% from 255) = 48.40%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=20.21%
G=48.40%
B=31.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891590.5800.350.64143.7741.0925.29
Hex265B3B3A02340902919
Octal4613373720431002205131
Binary1001101011011111011111010010001110000001001000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265B3B; }

 p { color: rgb(38,91,59); }

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

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

 a { background-color: rgb(38,91,59); }

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

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

 span { border-color: rgb(38,91,59); }

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