Html Css Color HEX #384110 Turtle Green

📋 copy color: '#384110'

red 56 ◦ green 65 ◦ blue 16

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

Shades of Turtle Green #384110

Tints of Turtle Green #384110

RGB

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

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

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

R = 40.88%
G = 47.45%
B = 11.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#384110 (or 0x384110) is known color: Turtle Green. HEX triplet: 38, 41 and 10. RGB value is (56,65,16). Sum of RGB (Red+Green+Blue) = 56+65+16=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #384110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384110 is #C7BEEF. Grayscale: #383838. Windows color (decimal): -13090544 or 1065272. OLE color: 1065272.

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

Color convert

RGB 56 65 16 -
CMYK 0.14 0 0.75 0.75
HSL 71.02º 0.6% 0.16% -
HSV(B) 71.02º 0.75% 0.25% -
XYZ 3.61 4.66 1.2 -
YUV 56.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 56 65 16 0.14 0 0.75 0.75 71.02 0.6 0.16
Hex 38 41 10 E 0 4B 4B 47 3C 10
Octal 70 101 20 16 0 113 113 107 74 20
Binary 111000 1000001 10000 1110 0 1001011 1001011 1000111 111100 10000

Color Harmonies of #384110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384110

Black with #384110

Text Example


Text Example

White with #384110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384110; }

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

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

background-color css

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

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

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

border-color css

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

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

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