Html Css Color HEX #374A05 Turtle Green

📋 copy color: '#374A05'

red 55 ◦ green 74 ◦ blue 5

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

Shades of Turtle Green #374A05

Tints of Turtle Green #374A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 41.04%
G = 55.22%
B = 3.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#374A05 (or 0x374A05) is known color: Turtle Green. HEX triplet: 37, 4A and 05. RGB value is (55,74,5). Sum of RGB (Red+Green+Blue) = 55+74+5=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #374A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A05 is #C8B5FA. Grayscale: #3C3C3C. Windows color (decimal): -13153787 or 346679. OLE color: 346679.

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

Color convert

RGB 55 74 5 -
CMYK 0.26 0 0.93 0.71
HSL 76.52º 0.87% 0.15% -
HSV(B) 76.52º 0.93% 0.29% -
XYZ 4.05 5.72 1.03 -
YUV 60.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 55 74 5 0.26 0 0.93 0.71 76.52 0.87 0.15
Hex 37 4A 5 1A 0 5D 47 4D 57 F
Octal 67 112 5 32 0 135 107 115 127 17
Binary 110111 1001010 101 11010 0 1011101 1000111 1001101 1010111 1111

Color Harmonies of #374A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A05

Black with #374A05

Text Example


Text Example

White with #374A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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