Html Css Color HEX #384314 Turtle Green

📋 copy color: '#384314'

red 56 ◦ green 67 ◦ blue 20

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

Shades of Turtle Green #384314

Tints of Turtle Green #384314

RGB

 RED value IS 56 (22.27% from 255) = 39.16%

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 39.16%
G = 46.85%
B = 13.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#384314 (or 0x384314) is known color: Turtle Green. HEX triplet: 38, 43 and 14. RGB value is (56,67,20). Sum of RGB (Red+Green+Blue) = 56+67+20=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #384314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384314 is #C7BCEB. Grayscale: #3A3A3A. Windows color (decimal): -13090028 or 1327928. OLE color: 1327928.

HSL color Cylindrical-coordinate representation of color #384314: hue angle of 74.04º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384314 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 20 -
CMYK 0.16 0 0.70 0.74
HSL 74.04º 0.54% 0.17% -
HSV(B) 74.04º 0.7% 0.26% -
XYZ 3.76 4.91 1.41 -
YUV 58.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 56 67 20 0.16 0 0.70 0.74 74.04 0.54 0.17
Hex 38 43 14 10 0 46 4A 4A 36 11
Octal 70 103 24 20 0 106 112 112 66 21
Binary 111000 1000011 10100 10000 0 1000110 1001010 1001010 110110 10001

Color Harmonies of #384314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384314

Black with #384314

Text Example


Text Example

White with #384314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384314; }

 p { color: rgb(56,67,20); }

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

background-color css

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

 a { background-color: rgb(56,67,20); }

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

border-color css

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

 span { border-color: rgb(56,67,20); }

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