#41431B

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

Shades of Turtle Green #41431B

Tints of Turtle Green #41431B

Color information

#41431B (or 0x41431B) is unknown color: approx Turtle Green. HEX triplet: 41, 43 and 1B. RGB value is (65,67,27). Sum of RGB (Red+Green+Blue) = 65+67+27=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #41431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41431B is #BEBCE4. Grayscale: #3E3E3E. Windows color (decimal): -12500197 or 1786689. OLE color: 1786689.

HSL color Cylindrical-coordinate representation of color #41431B: hue angle of 63º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41431B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB656727-
CMYK0.0300.600.74
HSL63º42.55%18.43%-
HSV(B)63º59.7%26.27%-
XYZ4.385.221.81-
YUV61.84108.34130.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=40.88%
G=42.14%
B=16.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567270.0300.600.746342.5518.43
Hex41431B303C4A3f2b12
Octal101103333074112775322
Binary1000001100001111011110111100100101011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41431B; }

 p { color: rgb(65,67,27); }

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

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

 a { background-color: rgb(65,67,27); }

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

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

 span { border-color: rgb(65,67,27); }

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