Html Css Color HEX #374000 Turtle Green

📋 copy color: '#374000'

red 55 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #374000

Tints of Turtle Green #374000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 46.22%
G = 53.78%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#374000 (or 0x374000) is known color: Turtle Green. HEX triplet: 37, 40 and 00. RGB value is (55,64,0). Sum of RGB (Red+Green+Blue) = 55+64+0=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #374000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374000 is #C8BFFF. Grayscale: #363636. Windows color (decimal): -13156352 or 16439. OLE color: 16439.

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

Color convert

RGB 55 64 0 -
CMYK 0.14 0 1 0.75
HSL 68.44º 1% 0.13% -
HSV(B) 68.44º 1% 0.25% -
XYZ 3.41 4.48 0.68 -
YUV 54.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 55 64 0 0.14 0 1 0.75 68.44 1 0.13
Hex 37 40 0 E 0 64 4B 44 64 D
Octal 67 100 0 16 0 144 113 104 144 15
Binary 110111 1000000 0 1110 0 1100100 1001011 1000100 1100100 1101

Color Harmonies of #374000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374000

Black with #374000

Text Example


Text Example

White with #374000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374000; }

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

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

background-color css

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

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

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

border-color css

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

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

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