Html Css Color HEX #374701 Turtle Green

📋 copy color: '#374701'

red 55 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #374701

Tints of Turtle Green #374701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 43.31%
G = 55.91%
B = 0.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#374701 (or 0x374701) is known color: Turtle Green. HEX triplet: 37, 47 and 01. RGB value is (55,71,1). Sum of RGB (Red+Green+Blue) = 55+71+1=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #374701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374701 is #C8B8FE. Grayscale: #3A3A3A. Windows color (decimal): -13154559 or 83767. OLE color: 83767.

HSL color Cylindrical-coordinate representation of color #374701: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374701 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 1 -
CMYK 0.23 0 0.99 0.72
HSL 73.71º 0.97% 0.14% -
HSV(B) 73.71º 0.99% 0.28% -
XYZ 3.83 5.32 0.85 -
YUV 58.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 55 71 1 0.23 0 0.99 0.72 73.71 0.97 0.14
Hex 37 47 1 17 0 63 48 4A 61 E
Octal 67 107 1 27 0 143 110 112 141 16
Binary 110111 1000111 1 10111 0 1100011 1001000 1001010 1100001 1110

Color Harmonies of #374701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374701

Black with #374701

Text Example


Text Example

White with #374701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374701; }

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

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

background-color css

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

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

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

border-color css

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

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

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