#263405

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

Shades of Turtle Green #263405

Tints of Turtle Green #263405

Color information

#263405 (or 0x263405) is unknown color: approx Turtle Green. HEX triplet: 26, 34 and 05. RGB value is (38,52,5). Sum of RGB (Red+Green+Blue) = 38+52+5=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #263405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263405 is #D9CBFA. Grayscale: #2A2A2A. Windows color (decimal): -14273531 or 341030. OLE color: 341030.

HSL color Cylindrical-coordinate representation of color #263405: hue angle of 77.87º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #263405 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB38525-
CMYK0.2700.900.80
HSL77.87º82.46%11.18%-
HSV(B)77.87º90.38%20.39%-
XYZ2.052.880.59-
YUV42.46106.86124.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 54.74%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=40%
G=54.74%
B=5.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal385250.2700.900.8077.8782.4611.18
Hex263451B05A504e52b
Octal4664533013212011612213
Binary10011011010010111011010110101010000100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263405; }

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

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

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

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

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

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

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

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