Html Css Color HEX #374115 Turtle Green

📋 copy color: '#374115'

red 55 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #374115

Tints of Turtle Green #374115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 39.01%
G = 46.1%
B = 14.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#374115 (or 0x374115) is known color: Turtle Green. HEX triplet: 37, 41 and 15. RGB value is (55,65,21). Sum of RGB (Red+Green+Blue) = 55+65+21=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #374115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374115 is #C8BEEA. Grayscale: #393939. Windows color (decimal): -13156075 or 1392951. OLE color: 1392951.

HSL color Cylindrical-coordinate representation of color #374115: hue angle of 73.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374115 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 21 -
CMYK 0.15 0 0.68 0.75
HSL 73.64º 0.51% 0.17% -
HSV(B) 73.64º 0.68% 0.25% -
XYZ 3.6 4.65 1.42 -
YUV 56.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 55 65 21 0.15 0 0.68 0.75 73.64 0.51 0.17
Hex 37 41 15 F 0 44 4B 4A 33 11
Octal 67 101 25 17 0 104 113 112 63 21
Binary 110111 1000001 10101 1111 0 1000100 1001011 1001010 110011 10001

Color Harmonies of #374115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374115

Black with #374115

Text Example


Text Example

White with #374115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374115; }

 p { color: rgb(55,65,21); }

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

background-color css

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

 a { background-color: rgb(55,65,21); }

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

border-color css

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

 span { border-color: rgb(55,65,21); }

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