Html Css Color HEX #40410C Turtle Green

📋 copy color: '#40410C'

red 64 ◦ green 65 ◦ blue 12

#40410C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #40410C

Tints of Turtle Green #40410C

RGB

 RED value IS 64 (25.39% from 255) = 45.39%

 GREEN value IS 65 (25.78% from 255) = 46.1%

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 45.39%
G = 46.1%
B = 8.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#40410C (or 0x40410C) is known color: Turtle Green. HEX triplet: 40, 41 and 0C. RGB value is (64,65,12). Sum of RGB (Red+Green+Blue) = 64+65+12=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #40410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40410C is #BFBEF3. Grayscale: #3A3A3A. Windows color (decimal): -12566260 or 803136. OLE color: 803136.

HSL color Cylindrical-coordinate representation of color #40410C: hue angle of 61.13º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40410C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 12 -
CMYK 0.02 0 0.82 0.75
HSL 61.13º 0.69% 0.15% -
HSV(B) 61.13º 0.82% 0.25% -
XYZ 4.07 4.9 1.08 -
YUV 58.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 64 65 12 0.02 0 0.82 0.75 61.13 0.69 0.15
Hex 40 41 C 2 0 52 4B 3D 45 F
Octal 100 101 14 2 0 122 113 75 105 17
Binary 1000000 1000001 1100 10 0 1010010 1001011 111101 1000101 1111

Color Harmonies of #40410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40410C

Black with #40410C

Text Example


Text Example

White with #40410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40410C; }

 p { color: rgb(64,65,12); }

 H1.HeaderClassName
 {
   color: #40410C;
 }
 .AnyTagClassName
 {
   color: #40410C;
 }
</style>

background-color css

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

 a { background-color: rgb(64,65,12); }

 div.DivClassName
 {
   background-color: #40410C;
 }
 .BgClassName
 {
   background-color: #40410C;
 }
</style>

border-color css

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

 span { border-color: rgb(64,65,12); }

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