Html Css Color HEX #384005 Turtle Green

📋 copy color: '#384005'

red 56 ◦ green 64 ◦ blue 5

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

Shades of Turtle Green #384005

Tints of Turtle Green #384005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4%

R = 44.8%
G = 51.2%
B = 4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#384005 (or 0x384005) is known color: Turtle Green. HEX triplet: 38, 40 and 05. RGB value is (56,64,5). Sum of RGB (Red+Green+Blue) = 56+64+5=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #384005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384005 is #C7BFFA. Grayscale: #373737. Windows color (decimal): -13090811 or 344120. OLE color: 344120.

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

Color convert

RGB 56 64 5 -
CMYK 0.13 0 0.92 0.75
HSL 68.14º 0.86% 0.14% -
HSV(B) 68.14º 0.92% 0.25% -
XYZ 3.49 4.52 0.83 -
YUV 54.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 56 64 5 0.13 0 0.92 0.75 68.14 0.86 0.14
Hex 38 40 5 D 0 5C 4B 44 56 E
Octal 70 100 5 15 0 134 113 104 126 16
Binary 111000 1000000 101 1101 0 1011100 1001011 1000100 1010110 1110

Color Harmonies of #384005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384005

Black with #384005

Text Example


Text Example

White with #384005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384005; }

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

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

background-color css

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

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

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

border-color css

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

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

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