Html Css Color HEX #374A04 Turtle Green

📋 copy color: '#374A04'

red 55 ◦ green 74 ◦ blue 4

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

Shades of Turtle Green #374A04

Tints of Turtle Green #374A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 41.35%
G = 55.64%
B = 3.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#374A04 (or 0x374A04) is known color: Turtle Green. HEX triplet: 37, 4A and 04. RGB value is (55,74,4). Sum of RGB (Red+Green+Blue) = 55+74+4=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #374A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A04 is #C8B5FB. Grayscale: #3C3C3C. Windows color (decimal): -13153788 or 281143. OLE color: 281143.

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

Color convert

RGB 55 74 4 -
CMYK 0.26 0 0.95 0.71
HSL 76.29º 0.9% 0.15% -
HSV(B) 76.29º 0.95% 0.29% -
XYZ 4.05 5.72 1.01 -
YUV 60.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 55 74 4 0.26 0 0.95 0.71 76.29 0.9 0.15
Hex 37 4A 4 1A 0 5F 47 4C 5A F
Octal 67 112 4 32 0 137 107 114 132 17
Binary 110111 1001010 100 11010 0 1011111 1000111 1001100 1011010 1111

Color Harmonies of #374A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A04

Black with #374A04

Text Example


Text Example

White with #374A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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