Html Css Color HEX #384610 Turtle Green

📋 copy color: '#384610'

red 56 ◦ green 70 ◦ blue 16

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

Shades of Turtle Green #384610

Tints of Turtle Green #384610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.3%

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 39.44%
G = 49.3%
B = 11.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#384610 (or 0x384610) is known color: Turtle Green. HEX triplet: 38, 46 and 10. RGB value is (56,70,16). Sum of RGB (Red+Green+Blue) = 56+70+16=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #384610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384610 is #C7B9EF. Grayscale: #3B3B3B. Windows color (decimal): -13089264 or 1066552. OLE color: 1066552.

HSL color Cylindrical-coordinate representation of color #384610: hue angle of 75.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384610 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 16 -
CMYK 0.20 0 0.77 0.73
HSL 75.56º 0.63% 0.17% -
HSV(B) 75.56º 0.77% 0.27% -
XYZ 3.91 5.26 1.3 -
YUV 59.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 56 70 16 0.20 0 0.77 0.73 75.56 0.63 0.17
Hex 38 46 10 14 0 4D 49 4C 3F 11
Octal 70 106 20 24 0 115 111 114 77 21
Binary 111000 1000110 10000 10100 0 1001101 1001001 1001100 111111 10001

Color Harmonies of #384610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384610

Black with #384610

Text Example


Text Example

White with #384610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384610; }

 p { color: rgb(56,70,16); }

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

background-color css

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

 a { background-color: rgb(56,70,16); }

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

border-color css

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

 span { border-color: rgb(56,70,16); }

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