Html Css Color HEX #374C00 Turtle Green

📋 copy color: '#374C00'

red 55 ◦ green 76 ◦ blue 0

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

Shades of Turtle Green #374C00

Tints of Turtle Green #374C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.02%

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

R = 41.98%
G = 58.02%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#374C00 (or 0x374C00) is known color: Turtle Green. HEX triplet: 37, 4C and 00. RGB value is (55,76,0). Sum of RGB (Red+Green+Blue) = 55+76+0=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #374C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C00 is #C8B3FF. Grayscale: #3D3D3D. Windows color (decimal): -13153280 or 19511. OLE color: 19511.

HSL color Cylindrical-coordinate representation of color #374C00: hue angle of 76.58º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374C00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 0 -
CMYK 0.28 0 1 0.70
HSL 76.58º 1% 0.15% -
HSV(B) 76.58º 1% 0.3% -
XYZ 4.16 5.98 0.94 -
YUV 61.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 55 76 0 0.28 0 1 0.70 76.58 1 0.15
Hex 37 4C 0 1C 0 64 46 4D 64 F
Octal 67 114 0 34 0 144 106 115 144 17
Binary 110111 1001100 0 11100 0 1100100 1000110 1001101 1100100 1111

Color Harmonies of #374C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C00

Black with #374C00

Text Example


Text Example

White with #374C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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