Html Css Color HEX #384111 Turtle Green

📋 copy color: '#384111'

red 56 ◦ green 65 ◦ blue 17

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

Shades of Turtle Green #384111

Tints of Turtle Green #384111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 40.58%
G = 47.1%
B = 12.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#384111 (or 0x384111) is known color: Turtle Green. HEX triplet: 38, 41 and 11. RGB value is (56,65,17). Sum of RGB (Red+Green+Blue) = 56+65+17=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #384111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384111 is #C7BEEE. Grayscale: #393939. Windows color (decimal): -13090543 or 1130808. OLE color: 1130808.

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

Color convert

RGB 56 65 17 -
CMYK 0.14 0 0.74 0.75
HSL 71.25º 0.59% 0.16% -
HSV(B) 71.25º 0.74% 0.25% -
XYZ 3.62 4.66 1.24 -
YUV 56.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 56 65 17 0.14 0 0.74 0.75 71.25 0.59 0.16
Hex 38 41 11 E 0 4A 4B 47 3B 10
Octal 70 101 21 16 0 112 113 107 73 20
Binary 111000 1000001 10001 1110 0 1001010 1001011 1000111 111011 10000

Color Harmonies of #384111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384111

Black with #384111

Text Example


Text Example

White with #384111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384111; }

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

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

background-color css

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

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

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

border-color css

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

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

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