Html Css Color HEX #374512 Turtle Green

📋 copy color: '#374512'

red 55 ◦ green 69 ◦ blue 18

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

Shades of Turtle Green #374512

Tints of Turtle Green #374512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 38.73%
G = 48.59%
B = 12.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#374512 (or 0x374512) is known color: Turtle Green. HEX triplet: 37, 45 and 12. RGB value is (55,69,18). Sum of RGB (Red+Green+Blue) = 55+69+18=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #374512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374512 is #C8BAED. Grayscale: #3B3B3B. Windows color (decimal): -13155054 or 1197367. OLE color: 1197367.

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

Color convert

RGB 55 69 18 -
CMYK 0.20 0 0.74 0.73
HSL 76.47º 0.59% 0.17% -
HSV(B) 76.47º 0.74% 0.27% -
XYZ 3.81 5.11 1.36 -
YUV 59 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 55 69 18 0.20 0 0.74 0.73 76.47 0.59 0.17
Hex 37 45 12 14 0 4A 49 4C 3B 11
Octal 67 105 22 24 0 112 111 114 73 21
Binary 110111 1000101 10010 10100 0 1001010 1001001 1001100 111011 10001

Color Harmonies of #374512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374512

Black with #374512

Text Example


Text Example

White with #374512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374512; }

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

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

background-color css

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

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

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

border-color css

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

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

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