Html Css Color HEX #374002 Turtle Green

📋 copy color: '#374002'

red 55 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #374002

Tints of Turtle Green #374002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 45.45%
G = 52.89%
B = 1.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#374002 (or 0x374002) is known color: Turtle Green. HEX triplet: 37, 40 and 02. RGB value is (55,64,2). Sum of RGB (Red+Green+Blue) = 55+64+2=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #374002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374002 is #C8BFFD. Grayscale: #363636. Windows color (decimal): -13156350 or 147511. OLE color: 147511.

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

Color convert

RGB 55 64 2 -
CMYK 0.14 0 0.97 0.75
HSL 68.71º 0.94% 0.13% -
HSV(B) 68.71º 0.97% 0.25% -
XYZ 3.42 4.48 0.74 -
YUV 54.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 55 64 2 0.14 0 0.97 0.75 68.71 0.94 0.13
Hex 37 40 2 E 0 61 4B 45 5E D
Octal 67 100 2 16 0 141 113 105 136 15
Binary 110111 1000000 10 1110 0 1100001 1001011 1000101 1011110 1101

Color Harmonies of #374002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374002

Black with #374002

Text Example


Text Example

White with #374002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374002; }

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

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

background-color css

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

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

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

border-color css

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

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

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