#263408

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

Shades of Turtle Green #263408

Tints of Turtle Green #263408

Color information

#263408 (or 0x263408) is unknown color: approx Turtle Green. HEX triplet: 26, 34 and 08. RGB value is (38,52,8). Sum of RGB (Red+Green+Blue) = 38+52+8=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #263408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263408 is #D9CBF7. Grayscale: #2A2A2A. Windows color (decimal): -14273528 or 537638. OLE color: 537638.

HSL color Cylindrical-coordinate representation of color #263408: hue angle of 79.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263408 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB38528-
CMYK0.2700.850.80
HSL79.09º73.33%11.76%-
HSV(B)79.09º84.62%20.39%-
XYZ2.072.890.68-
YUV42.8108.36124.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 52 (20.70% from 255) = 53.06%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=38.78%
G=53.06%
B=8.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal385280.2700.850.8079.0973.3311.76
Hex263481B055504f49c
Octal46641033012512011711114
Binary100110110100100011011010101011010000100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263408; }

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

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

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

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

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

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

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

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