Html Css Color HEX #384911 Turtle Green

📋 copy color: '#384911'

red 56 ◦ green 73 ◦ blue 17

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

Shades of Turtle Green #384911

Tints of Turtle Green #384911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 38.36%
G = 50%
B = 11.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#384911 (or 0x384911) is known color: Turtle Green. HEX triplet: 38, 49 and 11. RGB value is (56,73,17). Sum of RGB (Red+Green+Blue) = 56+73+17=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #384911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384911 is #C7B6EE. Grayscale: #3D3D3D. Windows color (decimal): -13088495 or 1132856. OLE color: 1132856.

HSL color Cylindrical-coordinate representation of color #384911: hue angle of 78.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384911 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 17 -
CMYK 0.23 0 0.77 0.71
HSL 78.21º 0.62% 0.18% -
HSV(B) 78.21º 0.77% 0.29% -
XYZ 4.11 5.65 1.4 -
YUV 61.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 56 73 17 0.23 0 0.77 0.71 78.21 0.62 0.18
Hex 38 49 11 17 0 4D 47 4E 3E 12
Octal 70 111 21 27 0 115 107 116 76 22
Binary 111000 1001001 10001 10111 0 1001101 1000111 1001110 111110 10010

Color Harmonies of #384911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384911

Black with #384911

Text Example


Text Example

White with #384911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384911; }

 p { color: rgb(56,73,17); }

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

background-color css

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

 a { background-color: rgb(56,73,17); }

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

border-color css

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

 span { border-color: rgb(56,73,17); }

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