#263208

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

Shades of Turtle Green #263208

Tints of Turtle Green #263208

Color information

#263208 (or 0x263208) is unknown color: approx Turtle Green. HEX triplet: 26, 32 and 08. RGB value is (38,50,8). Sum of RGB (Red+Green+Blue) = 38+50+8=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #263208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263208 is #D9CDF7. Grayscale: #292929. Windows color (decimal): -14274040 or 537126. OLE color: 537126.

HSL color Cylindrical-coordinate representation of color #263208: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263208 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB38508-
CMYK0.2400.840.80
HSL77.14º72.41%11.37%-
HSV(B)77.14º84%19.61%-
XYZ1.982.710.65-
YUV41.62109.02125.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=39.58%
G=52.08%
B=8.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal385080.2400.840.8077.1472.4111.37
Hex2632818054504d48b
Octal46621030012412011511013
Binary100110110010100011000010101001010000100110110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263208; }

 p { color: rgb(38,50,8); }

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

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

 a { background-color: rgb(38,50,8); }

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

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

 span { border-color: rgb(38,50,8); }

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