Html Css Color HEX #374A13 Turtle Green

📋 copy color: '#374A13'

red 55 ◦ green 74 ◦ blue 19

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

Shades of Turtle Green #374A13

Tints of Turtle Green #374A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

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

R = 37.16%
G = 50%
B = 12.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#374A13 (or 0x374A13) is known color: Turtle Green. HEX triplet: 37, 4A and 13. RGB value is (55,74,19). Sum of RGB (Red+Green+Blue) = 55+74+19=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #374A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A13 is #C8B5EC. Grayscale: #3E3E3E. Windows color (decimal): -13153773 or 1264183. OLE color: 1264183.

HSL color Cylindrical-coordinate representation of color #374A13: hue angle of 80.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374A13 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 19 -
CMYK 0.26 0 0.74 0.71
HSL 80.73º 0.59% 0.18% -
HSV(B) 80.73º 0.74% 0.29% -
XYZ 4.14 5.76 1.51 -
YUV 62.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 55 74 19 0.26 0 0.74 0.71 80.73 0.59 0.18
Hex 37 4A 13 1A 0 4A 47 51 3B 12
Octal 67 112 23 32 0 112 107 121 73 22
Binary 110111 1001010 10011 11010 0 1001010 1000111 1010001 111011 10010

Color Harmonies of #374A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A13

Black with #374A13

Text Example


Text Example

White with #374A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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