Html Css Color HEX #384023 Turtle Green

📋 copy color: '#384023'

red 56 ◦ green 64 ◦ blue 35

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

Shades of Turtle Green #384023

Tints of Turtle Green #384023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 36.13%
G = 41.29%
B = 22.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#384023 (or 0x384023) is known color: Turtle Green. HEX triplet: 38, 40 and 23. RGB value is (56,64,35). Sum of RGB (Red+Green+Blue) = 56+64+35=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #384023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384023 is #C7BFDC. Grayscale: #3A3A3A. Windows color (decimal): -13090781 or 2310200. OLE color: 2310200.

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

Color convert

RGB 56 64 35 -
CMYK 0.13 0 0.45 0.75
HSL 76.55º 0.29% 0.19% -
HSV(B) 76.55º 0.45% 0.25% -
XYZ 3.77 4.63 2.28 -
YUV 58.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 56 64 35 0.13 0 0.45 0.75 76.55 0.29 0.19
Hex 38 40 23 D 0 2D 4B 4D 1D 13
Octal 70 100 43 15 0 55 113 115 35 23
Binary 111000 1000000 100011 1101 0 101101 1001011 1001101 11101 10011

Color Harmonies of #384023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384023

Black with #384023

Text Example


Text Example

White with #384023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384023; }

 p { color: rgb(56,64,35); }

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

background-color css

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

 a { background-color: rgb(56,64,35); }

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

border-color css

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

 span { border-color: rgb(56,64,35); }

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