Html Css Color HEX #384105 Turtle Green

📋 copy color: '#384105'

red 56 ◦ green 65 ◦ blue 5

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

Shades of Turtle Green #384105

Tints of Turtle Green #384105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.97%

R = 44.44%
G = 51.59%
B = 3.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#384105 (or 0x384105) is known color: Turtle Green. HEX triplet: 38, 41 and 05. RGB value is (56,65,5). Sum of RGB (Red+Green+Blue) = 56+65+5=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #384105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384105 is #C7BEFA. Grayscale: #373737. Windows color (decimal): -13090555 or 344376. OLE color: 344376.

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

Color convert

RGB 56 65 5 -
CMYK 0.14 0 0.92 0.75
HSL 69º 0.86% 0.14% -
HSV(B) 69º 0.92% 0.25% -
XYZ 3.55 4.63 0.85 -
YUV 55.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 56 65 5 0.14 0 0.92 0.75 69 0.86 0.14
Hex 38 41 5 E 0 5C 4B 45 56 E
Octal 70 101 5 16 0 134 113 105 126 16
Binary 111000 1000001 101 1110 0 1011100 1001011 1000101 1010110 1110

Color Harmonies of #384105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384105

Black with #384105

Text Example


Text Example

White with #384105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384105; }

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

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

background-color css

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

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

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

border-color css

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

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

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