Html Css Color HEX #374F0A Turtle Green

📋 copy color: '#374F0A'

red 55 ◦ green 79 ◦ blue 10

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

Shades of Turtle Green #374F0A

Tints of Turtle Green #374F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 54.86%

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 38.19%
G = 54.86%
B = 6.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#374F0A (or 0x374F0A) is known color: Turtle Green. HEX triplet: 37, 4F and 0A. RGB value is (55,79,10). Sum of RGB (Red+Green+Blue) = 55+79+10=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #374F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F0A is #C8B0F5. Grayscale: #404040. Windows color (decimal): -13152502 or 675639. OLE color: 675639.

HSL color Cylindrical-coordinate representation of color #374F0A: hue angle of 80.87º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #374F0A is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 10 -
CMYK 0.30 0 0.87 0.69
HSL 80.87º 0.78% 0.17% -
HSV(B) 80.87º 0.87% 0.31% -
XYZ 4.43 6.43 1.29 -
YUV 63.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 55 79 10 0.30 0 0.87 0.69 80.87 0.78 0.17
Hex 37 4F A 1E 0 57 45 51 4E 11
Octal 67 117 12 36 0 127 105 121 116 21
Binary 110111 1001111 1010 11110 0 1010111 1000101 1010001 1001110 10001

Color Harmonies of #374F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F0A

Black with #374F0A

Text Example


Text Example

White with #374F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,10); }

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

background-color css

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

 a { background-color: rgb(55,79,10); }

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

border-color css

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

 span { border-color: rgb(55,79,10); }

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