Html Css Color HEX #374519 Turtle Green

📋 copy color: '#374519'

red 55 ◦ green 69 ◦ blue 25

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

Shades of Turtle Green #374519

Tints of Turtle Green #374519

RGB

 RED value IS 55 (21.88% from 255) = 36.91%

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 36.91%
G = 46.31%
B = 16.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#374519 (or 0x374519) is known color: Turtle Green. HEX triplet: 37, 45 and 19. RGB value is (55,69,25). Sum of RGB (Red+Green+Blue) = 55+69+25=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #374519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374519 is #C8BAE6. Grayscale: #3B3B3B. Windows color (decimal): -13155047 or 1656119. OLE color: 1656119.

HSL color Cylindrical-coordinate representation of color #374519: hue angle of 79.09º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374519 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 25 -
CMYK 0.20 0 0.64 0.73
HSL 79.09º 0.47% 0.18% -
HSV(B) 79.09º 0.64% 0.27% -
XYZ 3.88 5.14 1.71 -
YUV 59.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 55 69 25 0.20 0 0.64 0.73 79.09 0.47 0.18
Hex 37 45 19 14 0 40 49 4F 2F 12
Octal 67 105 31 24 0 100 111 117 57 22
Binary 110111 1000101 11001 10100 0 1000000 1001001 1001111 101111 10010

Color Harmonies of #374519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374519

Black with #374519

Text Example


Text Example

White with #374519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374519; }

 p { color: rgb(55,69,25); }

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

background-color css

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

 a { background-color: rgb(55,69,25); }

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

border-color css

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

 span { border-color: rgb(55,69,25); }

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