Html Css Color HEX #384014 Turtle Green

📋 copy color: '#384014'

red 56 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #384014

Tints of Turtle Green #384014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 40%
G = 45.71%
B = 14.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#384014 (or 0x384014) is known color: Turtle Green. HEX triplet: 38, 40 and 14. RGB value is (56,64,20). Sum of RGB (Red+Green+Blue) = 56+64+20=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #384014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384014 is #C7BFEB. Grayscale: #383838. Windows color (decimal): -13090796 or 1327160. OLE color: 1327160.

HSL color Cylindrical-coordinate representation of color #384014: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384014 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 20 -
CMYK 0.13 0 0.69 0.75
HSL 70.91º 0.52% 0.16% -
HSV(B) 70.91º 0.69% 0.25% -
XYZ 3.59 4.56 1.35 -
YUV 56.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 56 64 20 0.13 0 0.69 0.75 70.91 0.52 0.16
Hex 38 40 14 D 0 45 4B 47 34 10
Octal 70 100 24 15 0 105 113 107 64 20
Binary 111000 1000000 10100 1101 0 1000101 1001011 1000111 110100 10000

Color Harmonies of #384014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384014

Black with #384014

Text Example


Text Example

White with #384014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384014; }

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

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

background-color css

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

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

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

border-color css

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

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

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