#263505

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

Shades of Turtle Green #263505

Tints of Turtle Green #263505

Color information

#263505 (or 0x263505) is unknown color: approx Turtle Green. HEX triplet: 26, 35 and 05. RGB value is (38,53,5). Sum of RGB (Red+Green+Blue) = 38+53+5=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #263505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263505 is #D9CAFA. Grayscale: #2B2B2B. Windows color (decimal): -14273275 or 341286. OLE color: 341286.

HSL color Cylindrical-coordinate representation of color #263505: hue angle of 78.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #263505 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB38535-
CMYK0.2800.910.79
HSL78.75º82.76%11.37%-
HSV(B)78.75º90.57%20.78%-
XYZ2.12.970.61-
YUV43.04106.53124.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=39.58%
G=55.21%
B=5.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal385350.2800.910.7978.7582.7611.37
Hex263551C05B4F4f53b
Octal4665534013311711712313
Binary10011011010110111100010110111001111100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263505; }

 p { color: rgb(38,53,5); }

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

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

 a { background-color: rgb(38,53,5); }

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

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

 span { border-color: rgb(38,53,5); }

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