Html Css Color HEX #374413 Turtle Green

📋 copy color: '#374413'

red 55 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #374413

Tints of Turtle Green #374413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 38.73%
G = 47.89%
B = 13.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#374413 (or 0x374413) is known color: Turtle Green. HEX triplet: 37, 44 and 13. RGB value is (55,68,19). Sum of RGB (Red+Green+Blue) = 55+68+19=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #374413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374413 is #C8BBEC. Grayscale: #3A3A3A. Windows color (decimal): -13155309 or 1262647. OLE color: 1262647.

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

Color convert

RGB 55 68 19 -
CMYK 0.19 0 0.72 0.73
HSL 75.92º 0.56% 0.17% -
HSV(B) 75.92º 0.72% 0.27% -
XYZ 3.76 4.99 1.38 -
YUV 58.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 55 68 19 0.19 0 0.72 0.73 75.92 0.56 0.17
Hex 37 44 13 13 0 48 49 4C 38 11
Octal 67 104 23 23 0 110 111 114 70 21
Binary 110111 1000100 10011 10011 0 1001000 1001001 1001100 111000 10001

Color Harmonies of #374413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374413

Black with #374413

Text Example


Text Example

White with #374413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374413; }

 p { color: rgb(55,68,19); }

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

background-color css

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

 a { background-color: rgb(55,68,19); }

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

border-color css

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

 span { border-color: rgb(55,68,19); }

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