Html Css Color HEX #374A15 Turtle Green

📋 copy color: '#374A15'

red 55 ◦ green 74 ◦ blue 21

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

Shades of Turtle Green #374A15

Tints of Turtle Green #374A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14%

R = 36.67%
G = 49.33%
B = 14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#374A15 (or 0x374A15) is known color: Turtle Green. HEX triplet: 37, 4A and 15. RGB value is (55,74,21). Sum of RGB (Red+Green+Blue) = 55+74+21=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #374A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A15 is #C8B5EA. Grayscale: #3E3E3E. Windows color (decimal): -13153771 or 1395255. OLE color: 1395255.

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

Color convert

RGB 55 74 21 -
CMYK 0.26 0 0.72 0.71
HSL 81.51º 0.56% 0.19% -
HSV(B) 81.51º 0.72% 0.29% -
XYZ 4.16 5.76 1.6 -
YUV 62.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 55 74 21 0.26 0 0.72 0.71 81.51 0.56 0.19
Hex 37 4A 15 1A 0 48 47 52 38 13
Octal 67 112 25 32 0 110 107 122 70 23
Binary 110111 1001010 10101 11010 0 1001000 1000111 1010010 111000 10011

Color Harmonies of #374A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A15

Black with #374A15

Text Example


Text Example

White with #374A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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