Html Css Color HEX #374901 Turtle Green

📋 copy color: '#374901'

red 55 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #374901

Tints of Turtle Green #374901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.59%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 42.64%
G = 56.59%
B = 0.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#374901 (or 0x374901) is known color: Turtle Green. HEX triplet: 37, 49 and 01. RGB value is (55,73,1). Sum of RGB (Red+Green+Blue) = 55+73+1=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #374901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374901 is #C8B6FE. Grayscale: #3B3B3B. Windows color (decimal): -13154047 or 84279. OLE color: 84279.

HSL color Cylindrical-coordinate representation of color #374901: hue angle of 75º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374901 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 1 -
CMYK 0.25 0 0.99 0.71
HSL 75º 0.97% 0.15% -
HSV(B) 75º 0.99% 0.29% -
XYZ 3.96 5.58 0.9 -
YUV 59.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 55 73 1 0.25 0 0.99 0.71 75 0.97 0.15
Hex 37 49 1 19 0 63 47 4B 61 F
Octal 67 111 1 31 0 143 107 113 141 17
Binary 110111 1001001 1 11001 0 1100011 1000111 1001011 1100001 1111

Color Harmonies of #374901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374901

Black with #374901

Text Example


Text Example

White with #374901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374901; }

 p { color: rgb(55,73,1); }

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

background-color css

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

 a { background-color: rgb(55,73,1); }

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

border-color css

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

 span { border-color: rgb(55,73,1); }

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