Html Css Color HEX #374B0E Turtle Green

📋 copy color: '#374B0E'

red 55 ◦ green 75 ◦ blue 14

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

Shades of Turtle Green #374B0E

Tints of Turtle Green #374B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.08%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 38.19%
G = 52.08%
B = 9.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#374B0E (or 0x374B0E) is known color: Turtle Green. HEX triplet: 37, 4B and 0E. RGB value is (55,75,14). Sum of RGB (Red+Green+Blue) = 55+75+14=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #374B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B0E is #C8B4F1. Grayscale: #3E3E3E. Windows color (decimal): -13153522 or 936759. OLE color: 936759.

HSL color Cylindrical-coordinate representation of color #374B0E: hue angle of 79.67º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #374B0E is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 75 14 -
CMYK 0.27 0 0.81 0.71
HSL 79.67º 0.69% 0.17% -
HSV(B) 79.67º 0.81% 0.29% -
XYZ 4.17 5.88 1.33 -
YUV 62.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 55 75 14 0.27 0 0.81 0.71 79.67 0.69 0.17
Hex 37 4B E 1B 0 51 47 50 45 11
Octal 67 113 16 33 0 121 107 120 105 21
Binary 110111 1001011 1110 11011 0 1010001 1000111 1010000 1000101 10001

Color Harmonies of #374B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B0E

Black with #374B0E

Text Example


Text Example

White with #374B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,14); }

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

background-color css

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

 a { background-color: rgb(55,75,14); }

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

border-color css

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

 span { border-color: rgb(55,75,14); }

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