#263200

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

Shades of Turtle Green #263200

Tints of Turtle Green #263200

Color information

#263200 (or 0x263200) is unknown color: approx Turtle Green. HEX triplet: 26, 32 and 00. RGB value is (38,50,0). Sum of RGB (Red+Green+Blue) = 38+50+0=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #263200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263200 is #D9CDFF. Grayscale: #282828. Windows color (decimal): -14274048 or 12838. OLE color: 12838.

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

Color convert

RGB38500-
CMYK0.24010.80
HSL74.4º100%9.8%-
HSV(B)74.4º100%19.61%-
XYZ1.942.690.42-
YUV40.71105.02126.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.18%
G=56.82%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal385000.24010.8074.41009.8
Hex2632018064504a64a
Octal4662030014412011214412
Binary100110110010011000011001001010000100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263200; }

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

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

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

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

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

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

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

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