#27410A

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

Shades of Turtle Green #27410A

Tints of Turtle Green #27410A

Color information

#27410A (or 0x27410A) is unknown color: approx Turtle Green. HEX triplet: 27, 41 and 0A. RGB value is (39,65,10). Sum of RGB (Red+Green+Blue) = 39+65+10=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #27410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27410A is #D8BEF5. Grayscale: #333333. Windows color (decimal): -14204662 or 672039. OLE color: 672039.

HSL color Cylindrical-coordinate representation of color #27410A: hue angle of 88.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27410A is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB396510-
CMYK0.4000.850.75
HSL88.36º73.33%14.71%-
HSV(B)88.36º84.62%25.49%-
XYZ2.784.230.96-
YUV50.96104.89119.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=34.21%
G=57.02%
B=8.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3965100.4000.850.7588.3673.3314.71
Hex2741A280554B5849f
Octal471011250012511313011117
Binary10011110000011010101000010101011001011101100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27410A; }

 p { color: rgb(39,65,10); }

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

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

 a { background-color: rgb(39,65,10); }

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

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

 span { border-color: rgb(39,65,10); }

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