Html Css Color HEX #384100 Turtle Green

📋 copy color: '#384100'

red 56 ◦ green 65 ◦ blue 0

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

Shades of Turtle Green #384100

Tints of Turtle Green #384100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.28%
G = 53.72%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#384100 (or 0x384100) is known color: Turtle Green. HEX triplet: 38, 41 and 00. RGB value is (56,65,0). Sum of RGB (Red+Green+Blue) = 56+65+0=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #384100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384100 is #C7BEFF. Grayscale: #373737. Windows color (decimal): -13090560 or 16696. OLE color: 16696.

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

Color convert

RGB 56 65 0 -
CMYK 0.14 0 1 0.75
HSL 68.31º 1% 0.13% -
HSV(B) 68.31º 1% 0.25% -
XYZ 3.52 4.62 0.71 -
YUV 54.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 56 65 0 0.14 0 1 0.75 68.31 1 0.13
Hex 38 41 0 E 0 64 4B 44 64 D
Octal 70 101 0 16 0 144 113 104 144 15
Binary 111000 1000001 0 1110 0 1100100 1001011 1000100 1100100 1101

Color Harmonies of #384100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384100

Black with #384100

Text Example


Text Example

White with #384100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384100; }

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

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

background-color css

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

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

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

border-color css

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

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

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