Html Css Color HEX #374700 Turtle Green

📋 copy color: '#374700'

red 55 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #374700

Tints of Turtle Green #374700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.65%
G = 56.35%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#374700 (or 0x374700) is known color: Turtle Green. HEX triplet: 37, 47 and 00. RGB value is (55,71,0). Sum of RGB (Red+Green+Blue) = 55+71+0=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #374700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374700 is #C8B8FF. Grayscale: #3A3A3A. Windows color (decimal): -13154560 or 18231. OLE color: 18231.

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

Color convert

RGB 55 71 0 -
CMYK 0.23 0 1 0.72
HSL 73.52º 1% 0.14% -
HSV(B) 73.52º 1% 0.28% -
XYZ 3.83 5.32 0.82 -
YUV 58.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 55 71 0 0.23 0 1 0.72 73.52 1 0.14
Hex 37 47 0 17 0 64 48 4A 64 E
Octal 67 107 0 27 0 144 110 112 144 16
Binary 110111 1000111 0 10111 0 1100100 1001000 1001010 1100100 1110

Color Harmonies of #374700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374700

Black with #374700

Text Example


Text Example

White with #374700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374700; }

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

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

background-color css

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

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

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

border-color css

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

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

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