Html Css Color HEX #374510 Turtle Green

📋 copy color: '#374510'

red 55 ◦ green 69 ◦ blue 16

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

Shades of Turtle Green #374510

Tints of Turtle Green #374510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 39.29%
G = 49.29%
B = 11.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#374510 (or 0x374510) is known color: Turtle Green. HEX triplet: 37, 45 and 10. RGB value is (55,69,16). Sum of RGB (Red+Green+Blue) = 55+69+16=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #374510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374510 is #C8BAEF. Grayscale: #3A3A3A. Windows color (decimal): -13155056 or 1066295. OLE color: 1066295.

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

Color convert

RGB 55 69 16 -
CMYK 0.20 0 0.77 0.73
HSL 75.85º 0.62% 0.17% -
HSV(B) 75.85º 0.77% 0.27% -
XYZ 3.8 5.11 1.28 -
YUV 58.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 55 69 16 0.20 0 0.77 0.73 75.85 0.62 0.17
Hex 37 45 10 14 0 4D 49 4C 3E 11
Octal 67 105 20 24 0 115 111 114 76 21
Binary 110111 1000101 10000 10100 0 1001101 1001001 1001100 111110 10001

Color Harmonies of #374510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374510

Black with #374510

Text Example


Text Example

White with #374510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374510; }

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

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

background-color css

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

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

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

border-color css

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

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

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