Html Css Color HEX #414319 Turtle Green

📋 copy color: '#414319'

red 65 ◦ green 67 ◦ blue 25

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

Shades of Turtle Green #414319

Tints of Turtle Green #414319

RGB

 RED value IS 65 (25.78% from 255) = 41.4%

 GREEN value IS 67 (26.56% from 255) = 42.68%

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 41.4%
G = 42.68%
B = 15.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#414319 (or 0x414319) is known color: Turtle Green. HEX triplet: 41, 43 and 19. RGB value is (65,67,25). Sum of RGB (Red+Green+Blue) = 65+67+25=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #414319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414319 is #BEBCE6. Grayscale: #3D3D3D. Windows color (decimal): -12500199 or 1655617. OLE color: 1655617.

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

Color convert

RGB 65 67 25 -
CMYK 0.03 0 0.63 0.74
HSL 62.86º 0.46% 0.18% -
HSV(B) 62.86º 0.63% 0.26% -
XYZ 4.36 5.21 1.7 -
YUV 61.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 65 67 25 0.03 0 0.63 0.74 62.86 0.46 0.18
Hex 41 43 19 3 0 3F 4A 3F 2E 12
Octal 101 103 31 3 0 77 112 77 56 22
Binary 1000001 1000011 11001 11 0 111111 1001010 111111 101110 10010

Color Harmonies of #414319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414319

Black with #414319

Text Example


Text Example

White with #414319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414319; }

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

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

background-color css

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

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

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

border-color css

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

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

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