Html Css Color HEX #374315 Turtle Green

📋 copy color: '#374315'

red 55 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #374315

Tints of Turtle Green #374315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

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

R = 38.46%
G = 46.85%
B = 14.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#374315 (or 0x374315) is known color: Turtle Green. HEX triplet: 37, 43 and 15. RGB value is (55,67,21). Sum of RGB (Red+Green+Blue) = 55+67+21=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #374315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374315 is #C8BCEA. Grayscale: #3A3A3A. Windows color (decimal): -13155563 or 1393463. OLE color: 1393463.

HSL color Cylindrical-coordinate representation of color #374315: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374315 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 67 21 -
CMYK 0.18 0 0.69 0.74
HSL 75.65º 0.52% 0.17% -
HSV(B) 75.65º 0.69% 0.26% -
XYZ 3.72 4.88 1.46 -
YUV 58.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 55 67 21 0.18 0 0.69 0.74 75.65 0.52 0.17
Hex 37 43 15 12 0 45 4A 4C 34 11
Octal 67 103 25 22 0 105 112 114 64 21
Binary 110111 1000011 10101 10010 0 1000101 1001010 1001100 110100 10001

Color Harmonies of #374315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374315

Black with #374315

Text Example


Text Example

White with #374315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374315; }

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

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

background-color css

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

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

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

border-color css

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

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

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