Html Css Color HEX #374600 Turtle Green

📋 copy color: '#374600'

red 55 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #374600

Tints of Turtle Green #374600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

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

R = 44%
G = 56%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#374600 (or 0x374600) is known color: Turtle Green. HEX triplet: 37, 46 and 00. RGB value is (55,70,0). Sum of RGB (Red+Green+Blue) = 55+70+0=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #374600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374600 is #C8B9FF. Grayscale: #393939. Windows color (decimal): -13154816 or 17975. OLE color: 17975.

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

Color convert

RGB 55 70 0 -
CMYK 0.21 0 1 0.73
HSL 72.86º 1% 0.14% -
HSV(B) 72.86º 1% 0.27% -
XYZ 3.77 5.19 0.8 -
YUV 57.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 55 70 0 0.21 0 1 0.73 72.86 1 0.14
Hex 37 46 0 15 0 64 49 49 64 E
Octal 67 106 0 25 0 144 111 111 144 16
Binary 110111 1000110 0 10101 0 1100100 1001001 1001001 1100100 1110

Color Harmonies of #374600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374600

Black with #374600

Text Example


Text Example

White with #374600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374600; }

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

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

background-color css

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

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

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

border-color css

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

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

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