Html Css Color HEX #374613 Turtle Green

📋 copy color: '#374613'

red 55 ◦ green 70 ◦ blue 19

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

Shades of Turtle Green #374613

Tints of Turtle Green #374613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

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

R = 38.19%
G = 48.61%
B = 13.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#374613 (or 0x374613) is known color: Turtle Green. HEX triplet: 37, 46 and 13. RGB value is (55,70,19). Sum of RGB (Red+Green+Blue) = 55+70+19=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #374613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374613 is #C8B9EC. Grayscale: #3B3B3B. Windows color (decimal): -13154797 or 1263159. OLE color: 1263159.

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

Color convert

RGB 55 70 19 -
CMYK 0.21 0 0.73 0.73
HSL 77.65º 0.57% 0.17% -
HSV(B) 77.65º 0.73% 0.27% -
XYZ 3.88 5.24 1.42 -
YUV 59.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 55 70 19 0.21 0 0.73 0.73 77.65 0.57 0.17
Hex 37 46 13 15 0 49 49 4E 39 11
Octal 67 106 23 25 0 111 111 116 71 21
Binary 110111 1000110 10011 10101 0 1001001 1001001 1001110 111001 10001

Color Harmonies of #374613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374613

Black with #374613

Text Example


Text Example

White with #374613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374613; }

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

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

background-color css

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

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

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

border-color css

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

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

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