Html Css Color HEX #38440D Turtle Green

📋 copy color: '#38440D'

red 56 ◦ green 68 ◦ blue 13

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

Shades of Turtle Green #38440D

Tints of Turtle Green #38440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 40.88%
G = 49.64%
B = 9.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#38440D (or 0x38440D) is known color: Turtle Green. HEX triplet: 38, 44 and 0D. RGB value is (56,68,13). Sum of RGB (Red+Green+Blue) = 56+68+13=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #38440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440D is #C7BBF2. Grayscale: #3A3A3A. Windows color (decimal): -13089779 or 869432. OLE color: 869432.

HSL color Cylindrical-coordinate representation of color #38440D: hue angle of 73.09º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38440D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 13 -
CMYK 0.18 0 0.81 0.73
HSL 73.09º 0.68% 0.16% -
HSV(B) 73.09º 0.81% 0.27% -
XYZ 3.77 5 1.15 -
YUV 58.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 56 68 13 0.18 0 0.81 0.73 73.09 0.68 0.16
Hex 38 44 D 12 0 51 49 49 44 10
Octal 70 104 15 22 0 121 111 111 104 20
Binary 111000 1000100 1101 10010 0 1010001 1001001 1001001 1000100 10000

Color Harmonies of #38440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38440D

Black with #38440D

Text Example


Text Example

White with #38440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38440D; }

 p { color: rgb(56,68,13); }

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

background-color css

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

 a { background-color: rgb(56,68,13); }

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

border-color css

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

 span { border-color: rgb(56,68,13); }

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