Html Css Color HEX #384706 Turtle Green

📋 copy color: '#384706'

red 56 ◦ green 71 ◦ blue 6

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

Shades of Turtle Green #384706

Tints of Turtle Green #384706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.38%

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 42.11%
G = 53.38%
B = 4.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#384706 (or 0x384706) is known color: Turtle Green. HEX triplet: 38, 47 and 06. RGB value is (56,71,6). Sum of RGB (Red+Green+Blue) = 56+71+6=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #384706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384706 is #C7B8F9. Grayscale: #3B3B3B. Windows color (decimal): -13089018 or 411448. OLE color: 411448.

HSL color Cylindrical-coordinate representation of color #384706: hue angle of 73.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384706 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 6 -
CMYK 0.21 0 0.92 0.72
HSL 73.85º 0.84% 0.15% -
HSV(B) 73.85º 0.92% 0.28% -
XYZ 3.92 5.36 1 -
YUV 59.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 56 71 6 0.21 0 0.92 0.72 73.85 0.84 0.15
Hex 38 47 6 15 0 5C 48 4A 54 F
Octal 70 107 6 25 0 134 110 112 124 17
Binary 111000 1000111 110 10101 0 1011100 1001000 1001010 1010100 1111

Color Harmonies of #384706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384706

Black with #384706

Text Example


Text Example

White with #384706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384706; }

 p { color: rgb(56,71,6); }

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

background-color css

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

 a { background-color: rgb(56,71,6); }

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

border-color css

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

 span { border-color: rgb(56,71,6); }

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