Html Css Color HEX #374313 Turtle Green

📋 copy color: '#374313'

red 55 ◦ green 67 ◦ blue 19

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

Shades of Turtle Green #374313

Tints of Turtle Green #374313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 39.01%
G = 47.52%
B = 13.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#374313 (or 0x374313) is known color: Turtle Green. HEX triplet: 37, 43 and 13. RGB value is (55,67,19). Sum of RGB (Red+Green+Blue) = 55+67+19=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #374313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374313 is #C8BCEC. Grayscale: #3A3A3A. Windows color (decimal): -13155565 or 1262391. OLE color: 1262391.

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

Color convert

RGB 55 67 19 -
CMYK 0.18 0 0.72 0.74
HSL 75º 0.56% 0.17% -
HSV(B) 75º 0.72% 0.26% -
XYZ 3.7 4.87 1.36 -
YUV 57.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 55 67 19 0.18 0 0.72 0.74 75 0.56 0.17
Hex 37 43 13 12 0 48 4A 4B 38 11
Octal 67 103 23 22 0 110 112 113 70 21
Binary 110111 1000011 10011 10010 0 1001000 1001010 1001011 111000 10001

Color Harmonies of #374313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374313

Black with #374313

Text Example


Text Example

White with #374313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374313; }

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

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

background-color css

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

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

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

border-color css

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

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

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