Html Css Color HEX #3A4319 Turtle Green

📋 copy color: '#3A4319'

red 58 ◦ green 67 ◦ blue 25

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

Shades of Turtle Green #3A4319

Tints of Turtle Green #3A4319

RGB

 RED value IS 58 (23.05% from 255) = 38.67%

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

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

R = 38.67%
G = 44.67%
B = 16.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#3A4319 (or 0x3A4319) is known color: Turtle Green. HEX triplet: 3A, 43 and 19. RGB value is (58,67,25). Sum of RGB (Red+Green+Blue) = 58+67+25=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4319 is #C5BCE6. Grayscale: #3B3B3B. Windows color (decimal): -12958951 or 1655610. OLE color: 1655610.

HSL color Cylindrical-coordinate representation of color #3A4319: hue angle of 72.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 #3A4319 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 25 -
CMYK 0.13 0 0.63 0.74
HSL 72.86º 0.46% 0.18% -
HSV(B) 72.86º 0.63% 0.26% -
XYZ 3.93 4.98 1.67 -
YUV 59.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 58 67 25 0.13 0 0.63 0.74 72.86 0.46 0.18
Hex 3A 43 19 D 0 3F 4A 49 2E 12
Octal 72 103 31 15 0 77 112 111 56 22
Binary 111010 1000011 11001 1101 0 111111 1001010 1001001 101110 10010

Color Harmonies of #3A4319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4319

Black with #3A4319

Text Example


Text Example

White with #3A4319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4319; }

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

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

background-color css

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

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

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

border-color css

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

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

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