Html Css Color HEX #384112 Turtle Green

📋 copy color: '#384112'

red 56 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #384112

Tints of Turtle Green #384112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 40.29%
G = 46.76%
B = 12.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#384112 (or 0x384112) is known color: Turtle Green. HEX triplet: 38, 41 and 12. RGB value is (56,65,18). Sum of RGB (Red+Green+Blue) = 56+65+18=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #384112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384112 is #C7BEED. Grayscale: #393939. Windows color (decimal): -13090542 or 1196344. OLE color: 1196344.

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

Color convert

RGB 56 65 18 -
CMYK 0.14 0 0.72 0.75
HSL 71.49º 0.57% 0.16% -
HSV(B) 71.49º 0.72% 0.25% -
XYZ 3.63 4.67 1.28 -
YUV 56.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 56 65 18 0.14 0 0.72 0.75 71.49 0.57 0.16
Hex 38 41 12 E 0 48 4B 47 39 10
Octal 70 101 22 16 0 110 113 107 71 20
Binary 111000 1000001 10010 1110 0 1001000 1001011 1000111 111001 10000

Color Harmonies of #384112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384112

Black with #384112

Text Example


Text Example

White with #384112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384112; }

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

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

background-color css

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

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

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

border-color css

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

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

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