Html Css Color HEX #384405 Turtle Green

📋 copy color: '#384405'

red 56 ◦ green 68 ◦ blue 5

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

Shades of Turtle Green #384405

Tints of Turtle Green #384405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.71%

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

R = 43.41%
G = 52.71%
B = 3.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#384405 (or 0x384405) is known color: Turtle Green. HEX triplet: 38, 44 and 05. RGB value is (56,68,5). Sum of RGB (Red+Green+Blue) = 56+68+5=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #384405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384405 is #C7BBFA. Grayscale: #393939. Windows color (decimal): -13089787 or 345144. OLE color: 345144.

HSL color Cylindrical-coordinate representation of color #384405: hue angle of 71.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #384405 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 5 -
CMYK 0.18 0 0.93 0.73
HSL 71.43º 0.86% 0.14% -
HSV(B) 71.43º 0.93% 0.27% -
XYZ 3.73 4.99 0.91 -
YUV 57.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 56 68 5 0.18 0 0.93 0.73 71.43 0.86 0.14
Hex 38 44 5 12 0 5D 49 47 56 E
Octal 70 104 5 22 0 135 111 107 126 16
Binary 111000 1000100 101 10010 0 1011101 1001001 1000111 1010110 1110

Color Harmonies of #384405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384405

Black with #384405

Text Example


Text Example

White with #384405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384405; }

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

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

background-color css

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

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

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

border-color css

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

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

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