Html Css Color HEX #374501 Turtle Green

📋 copy color: '#374501'

red 55 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #374501

Tints of Turtle Green #374501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 44%
G = 55.2%
B = 0.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#374501 (or 0x374501) is known color: Turtle Green. HEX triplet: 37, 45 and 01. RGB value is (55,69,1). Sum of RGB (Red+Green+Blue) = 55+69+1=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #374501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374501 is #C8BAFE. Grayscale: #393939. Windows color (decimal): -13155071 or 83255. OLE color: 83255.

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

Color convert

RGB 55 69 1 -
CMYK 0.20 0 0.99 0.73
HSL 72.35º 0.97% 0.14% -
HSV(B) 72.35º 0.99% 0.27% -
XYZ 3.71 5.07 0.81 -
YUV 57.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 55 69 1 0.20 0 0.99 0.73 72.35 0.97 0.14
Hex 37 45 1 14 0 63 49 48 61 E
Octal 67 105 1 24 0 143 111 110 141 16
Binary 110111 1000101 1 10100 0 1100011 1001001 1001000 1100001 1110

Color Harmonies of #374501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374501

Black with #374501

Text Example


Text Example

White with #374501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374501; }

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

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

background-color css

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

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

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

border-color css

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

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

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